mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-23 02:36:41 +00:00
Update issue templates
This commit is contained in:
parent
310e4206b0
commit
d4872ce6d3
2 changed files with 27 additions and 7 deletions
14
.github/ISSUE_TEMPLATE/bug_report.md
vendored
14
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -2,7 +2,7 @@
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: bug
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -17,12 +17,6 @@ Steps to reproduce the behavior:
|
||||||
3. Scroll down to '....'
|
3. Scroll down to '....'
|
||||||
4. See error
|
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:**
|
**Please fill the following information:**
|
||||||
- Horizon OS (Switch FW) version: [e.g. 10.0.0]
|
- Horizon OS (Switch FW) version: [e.g. 10.0.0]
|
||||||
- CFW: [e.g. Atmosphère, SX OS, etc.]
|
- 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]
|
- Source storage used with the application (if applicable): [e.g. gamecard, SD/eMMC]
|
||||||
- SD card specs: [e.g. Samsung EVO 256 GB, FAT32 partition]
|
- 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**
|
**Additional context**
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
|
|
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -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.
|
Loading…
Reference in a new issue