Update issue templates
This commit is contained in:
28
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
28
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**What type of controller do you have the issue with?**
|
||||
Please include the model, even better to include the PID/VID.
|
||||
You can get the PID and VID like this:
|
||||
- plug the controller into your computer
|
||||
- open Device Manager
|
||||
- right click the controller (probably listed under Human Interface Devices)
|
||||
- select Properties
|
||||
- go to the Details tab
|
||||
- select Hardware IDs from the dropdown menu
|
||||
It will look like this: HID\VID_046D&PID_C05A
|
||||
|
||||
**What platform are you using the OGX-Mini on?**
|
||||
OG Xbox, PS3, Switch, etc.
|
||||
|
||||
**What board are you using?**
|
||||
Pi Pico, Adafruit Feather, RP2040-Zero...
|
||||
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
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.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
Reference in New Issue
Block a user