From d4872ce6d394c46bba82d1e2aeb86e3e04bd1026 Mon Sep 17 00:00:00 2001 From: Pablo Curiel Date: Sat, 2 May 2020 04:44:14 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 14 +++++++------- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 2 files changed, 27 insertions(+), 7 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d008d6b..26b155e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: '' +labels: bug assignees: '' --- @@ -17,12 +17,6 @@ Steps to reproduce the behavior: 3. Scroll down to '....' 4. See error -**Screenshots** -Add screenshots to help explain your problem. - -**Logfile** -If available, please upload your logfile located at `sdmc:/nxdumptool/nxdumptool.log`. - **Please fill the following information:** - Horizon OS (Switch FW) version: [e.g. 10.0.0] - CFW: [e.g. Atmosphère, SX OS, etc.] @@ -33,5 +27,11 @@ If available, please upload your logfile located at `sdmc:/nxdumptool/nxdumptool - Source storage used with the application (if applicable): [e.g. gamecard, SD/eMMC] - SD card specs: [e.g. Samsung EVO 256 GB, FAT32 partition] +**Screenshots** +Add screenshots to help explain your problem. + +**Logfile** +If available, please upload your logfile located at `sdmc:/nxdumptool/nxdumptool.log`. + **Additional context** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..11fc491 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.