Merge pull request #1767 from FrozenChen/master
Add issue and pull request templates
This commit is contained in:
commit
997befb7f9
3 changed files with 35 additions and 0 deletions
20
.github/ISSUE_TEMPLATE/console-issue.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/console-issue.md
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
name: Console Issue
|
||||
about: Some issue with your console after/during following the guide?
|
||||
---
|
||||
|
||||
**System model**
|
||||
|
||||
<!--Your console model, eg. Old 3DS, New 3DS, 2DS-->
|
||||
|
||||
**Firmware version**
|
||||
|
||||
<!--Your console system version, you can check this in System Settings-->
|
||||
|
||||
**Luma3DS Version(If applicable)**
|
||||
|
||||
<!--If you have Luma3DS installed, your Luma3DS version-->
|
||||
|
||||
**Guide Section(If applicable)**
|
||||
|
||||
<!--Section of the guide you had this issue-->
|
12
.github/ISSUE_TEMPLATE/guide-issue.md
vendored
Normal file
12
.github/ISSUE_TEMPLATE/guide-issue.md
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
name: Guide Issue
|
||||
about: Did you find some issue with the guide?
|
||||
---
|
||||
|
||||
**Pages with issue(s)**
|
||||
|
||||
<!--Links to the page(s) with the issue(s).-->
|
||||
|
||||
**Description of the issue(s)**
|
||||
|
||||
<!--Describe the issue(s) with the page(s) above.-->
|
3
.github/pull_request_template.md
vendored
Normal file
3
.github/pull_request_template.md
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
**Description**
|
||||
|
||||
<!--What does this pull request do? Why is it needed?-->
|
Loading…
Reference in a new issue