add issue templates

This commit is contained in:
Benjamin Wiegand
2026-04-22 11:06:09 -07:00
committed by GitHub
parent 039f0a652f
commit cf7ab2300a
3 changed files with 123 additions and 0 deletions
+45
View File
@@ -0,0 +1,45 @@
---
name: Bug Report
about: Report something that isn't working right.
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A description of the problem.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
What was expected to happen.
**Phone**
- Device model: [e.g. Oneplus 7T Pro / Google Pixel 8]
- Android version: [e.g. Android 12/13/14]
- OS version (if known): [e.g. OxygenOS 14 / LineageOS 23.1]
- Stock ROM: [Yes / No / I don't know]
- Flywheel operational mode: [root / Shizuku]
- Root solution (if applicable): [e.g. Magisk / KernelSU]
**Headunit**
- Car/Headunit model: [e.g: Kenwood DNR476S / 2019 Nissan Kicks SR]
- Aftermarket: [Yes / No]
- Using keys: [self-signed / imported]
**Logs**
```
If you are able to capture a logcat recording, paste it here.
```
**Images**
If applicable, add screenshots or pictures to help illustrate your problem.
**Additional info**
Add any other information about the problem.
+24
View File
@@ -0,0 +1,24 @@
---
name: Feature Request
about: Request a feature or other enhancement.
title: ''
labels: enhancement
assignees: ''
---
**The feature**
Describe the feature you want.
**Why it's important**
Describe why it should be implemented. (i.e. What problem it solves or value it provides)
**Alternatives/Workarounds (if any)**
Describe any workarounds or alternative solutions you know of.
If you know there are none, explain that instead.
**Images**
Optionally include images to illustrate your point.
**Additional Info**
Anything else you would like to mention.
@@ -0,0 +1,54 @@
---
name: Headunit Compatibility Report
about: Report success/problems with a headunit model you've tested.
title: ''
labels: documentation
assignees: ''
---
If fixes are attempted, will you able and willing to test a different version of the app to see if it works?
[Yes / No / Maybe]
**Model information**
- Car model (if applicable): [e.g. 2024 Nissan Kicks SR]
- Headunit manufacturer: [e.g. Kenwood / Clarion]
- Model number: [e.g. DNR476S / PN-4300]
- Aftermarket: [Yes / No]
**Headunit software**
- Software type: [e.g. official / custom / emulator]
- Software version (if known): [e.g. 432]
- Software updates: [e.g. OTA / USB / None]
- Internet connectivity: [e.g. LTE / WiFi / None]
- Android Automotive OS: [Yes / No]
**Authentication**
- Working with self-signed Flywheel keys: [Yes / No]
- Working with official Android Auto keys: [Yes / No / Not tested]
- Time/Date is adjustable: [Yes / No]
- Time/Date is used to validate certificate: [Yes / No]
**Working**
What works as expected (Video? Audio? Touch input? Button input?):
- [list things here]
**Not working**
Things that aren't working correctly or aren't implemented (video cuts out, no track metadata, etc.):
- [list things here]
**Test duration**
Length of test: [e.g. 5 minutes / 1 hour]
**Images**
Include an image of it running or an error message, whichever is applicable.
This can help verify your results. Please explain if you can't include an image.
**Logs**
```
If you are able to capture logs of the connection process from logcat, please paste them here.
This helps with identifying features/capabilities supported by your headunit, as well as potential bugs/nuances.
```
**Additional information**
Anything else notable.