diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..39ec03b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,40 @@ +--- +name: Bug report +about: Report a bug you found in GodMode9 +title: "[BUG] ..." +labels: bug +assignees: '' + +--- + +--- +name: Bug report +about: Report a bug you found +title: "[BUG] ..." +labels: bug +assignees: '' + +--- + +**So you want to report a bug?** +Hold on, there are ways you could make things easier for us: +* Give a clear description of the bug (what happened?). +* Give us clear steps to reproduce (when/how did it happen?). +* Give us info about your system (where did it happen?). +* A photograph or even a short video of the bug happening is always helpful! + +**Info about your system** +Include this info to make our work easier: +* Console type (O3DS/N3DS) +* Anything special about your console? (defects, custom modifications,...) +* Bootloader (boot9strap/fastboot3ds) +* Did you chainload GodMode9 via Luma? +* Helpful hint: *if you followed the Guide, boot9strap is your bootloader and Luma is your chainloader.* + +**Help yourself** +*Especially for any kind of boot issue ("GodMode9 doesn't boot")*, but also in many other cases these steps make a lot of sense and we will ask you to do them anyways: +* Check your SD card (using h2testw, f.e.) or try a different one (you wouldn't believe how common failing/fake SD cards are, and what kinds of bugs are caused by them). +* Switch to fastboot3DS using [https://github.com/d0k3/OpenFirmInstaller](OpenFirmInstaller). + +**Have you actually read this?** +[] I have read the information above diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..e855783 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this GodMode9 +title: "[FEATURE REQUEST] ..." +labels: feature request +assignees: '' + +--- + +**Got a great idea on how to improve GodMode9?** +That's always appreciated. Please make sure you add all the required info here. + +**Describe the feature you'd like** +Add a clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +Add a clear and concise description of any alternative solutions or features you've considered.