-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Kurisu PR and Issue templates
- Loading branch information
1 parent
47cfeca
commit af78af5
Showing
4 changed files
with
32 additions
and
5 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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?--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
--> |