Commit 9eb09fd76de4ece345717920bcb2d85ff8e64c01
Committed by
Tim Gover
1 parent
51576190
Update issue templates
Showing
2 changed files
with
30 additions
and
0 deletions
.github/ISSUE_TEMPLATE/bug_report.yml
| @@ -76,3 +76,13 @@ body: | @@ -76,3 +76,13 @@ body: | ||
| 76 | * `sudo dmesg | grep -i usb` | 76 | * `sudo dmesg | grep -i usb` |
| 77 | validations: | 77 | validations: |
| 78 | required: false | 78 | required: false |
| 79 | + | ||
| 80 | +- type: textarea | ||
| 81 | + id: device_logs | ||
| 82 | + attributes: | ||
| 83 | + label: Device UART logs | ||
| 84 | + description: | | ||
| 85 | + Compute Module 4 will typically output debug information to the UART when updating the EEPROM or loading the mass-storage gadget. Please add any device logs here. | ||
| 86 | + * The UART pins are `14` and `15` on the [40-pin GPIO header](https://www.raspberrypi.com/documentation/computers/os.html#gpio-and-the-40-pin-header) | ||
| 87 | + validations: | ||
| 88 | + required: false |
.github/ISSUE_TEMPLATE/feature_request.md
0 → 100644
| 1 | +--- | ||
| 2 | +name: Feature request | ||
| 3 | +about: Suggest an idea for this project | ||
| 4 | +title: '' | ||
| 5 | +labels: '' | ||
| 6 | +assignees: '' | ||
| 7 | + | ||
| 8 | +--- | ||
| 9 | + | ||
| 10 | +**Is your feature request related to a problem? Please describe.** | ||
| 11 | +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
| 12 | + | ||
| 13 | +**Describe the solution you'd like** | ||
| 14 | +A clear and concise description of what you want to happen. | ||
| 15 | + | ||
| 16 | +**Describe alternatives you've considered** | ||
| 17 | +A clear and concise description of any alternative solutions or features you've considered. | ||
| 18 | + | ||
| 19 | +**Additional context** | ||
| 20 | +Add any other context or screenshots about the feature request here. |