1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-09-28 14:40:46 +00:00

Update issue templates

This commit is contained in:
cathery 2019-12-18 21:51:17 +03:00 committed by GitHub
parent 7de7e3c5cc
commit 501192cbe0
3 changed files with 65 additions and 0 deletions

23
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -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.

View File

@ -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.

View File

@ -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.