Add issue and pull request templates

This commit is contained in:
FrozenChen 2020-05-26 15:38:53 -03:00
parent b61c9cdd44
commit 904d5fabce
3 changed files with 35 additions and 0 deletions

20
.github/ISSUE_TEMPLATE/console-issue.md vendored Normal file
View 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
View 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
View File

@ -0,0 +1,3 @@
**Description**
<!--What does this pull request do? Why is it needed?-->