diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..f9c99bb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,23 @@ +--- +name: Bug report +about: Report a bug or any unexpected behavior +title: '' +labels: bug +assignees: '' + +--- + +**Description** +A clear and concise description of what the bug is. + +**How to reproduce** +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Environment** +- Your Switch Firmware version +- Your version of Atmosphere +- Your version of sys-con +- If you have any other sysmodules enabled, list them here. diff --git a/.github/ISSUE_TEMPLATE/controller-request.md b/.github/ISSUE_TEMPLATE/controller-request.md new file mode 100644 index 0000000..0bd7f3f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/controller-request.md @@ -0,0 +1,22 @@ +--- +name: Controller request +about: Suggest a controller to be supported +title: '' +labels: controller request +assignees: '' + +--- + +**Description of the controller** +The description of your controller. Write down its intended usage, whether it supports USB, Bluetooth, motion controls, rumble, HD rumble, etc. +Before submitting the issue, make sure this controller is not already supported. + +**Screenshot of the device** +1. Download this diagnostics applet https://files.catbox.moe/re60qo.rar +2. Run it from the homebrew menu. +3. Plug in the controller into the switch. +4. Press Y to scan and then take a screenshot. +5. Post the screenshot here and erase these steps. + +**Additional context** +Add any other context about the controller request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..e301d68 --- /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: feature request +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.