Skip to content

Commit

Permalink
Update Kurisu PR and Issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenChen committed Dec 9, 2020
1 parent 47cfeca commit af78af5
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/CONTRIBUTING.md

This file was deleted.

10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/bot-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Bot Issue
about: Found an issue related to kurisu?
title: "[Bot Issue] "
labels: ''
assignees: ''

---

**Issue Description**
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/error-submission.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Error Submission
about: Found a Wiiu, 3DS or Switch error not implemented in kurisu?
title: "[Error Submission] Error ######"
labels: ''
assignees: ''

---

**Console**

<!--Your console, only Wiiu, 3DS, Switch supported-->

**Error Code**

<!--The error code you found-->

**Error Description**

<!--What causes this error and what does it mean?-->
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!--
* If adding words to the filter list in events.py, make sure all characters are lowercase and consist only of characters in Python [`string.printable`](https://docs.python.org/3/library/string.html).
-->
* Test your code before submitting a PR, check https://github.com/nh-server/Kurisu on how to do so
-->

0 comments on commit af78af5

Please sign in to comment.