New issue templates (#1751)
* add pc bug report template * better description * update pc * labels * route moved * commment * clean up * enhancement question * atpull/1756/head
parent
968443c545
commit
8f9c01f66b
4 changed files with 64 additions and 10 deletions
@ -1,26 +1,30 @@ |
||||
--- |
||||
name: Bug report |
||||
about: Create a report to help us improve openpilot |
||||
about: For issues with running openpilot on your comma device |
||||
title: '' |
||||
labels: '' |
||||
assignees: '' |
||||
|
||||
--- |
||||
|
||||
**Describe the bug** |
||||
A clear and concise description of what the bug is. |
||||
|
||||
<!-- A clear and concise description of what the bug is. Add the `car bug` label for vehicle/brand specific bugs and the `bug` label for all other bugs. --> |
||||
|
||||
**How to reproduce or log data** |
||||
Steps to reproduce the behavior, or a explorer/cabana link to the exact drive and timestamp of when the bug occurred. |
||||
|
||||
<!-- Steps to reproduce the behavior. --> |
||||
|
||||
**Expected behavior** |
||||
A clear and concise description of what you expected to happen. |
||||
|
||||
<!-- A clear and concise description of what you expected to happen. --> |
||||
|
||||
**Device/Version information (please complete the following information):** |
||||
- Device: [e.g. EON/EON Gold] |
||||
- Dongle ID: [e.g. 77611a1fac303767, can be found in Settings -> Device -> Dongle ID] |
||||
- Version: [e.g. 0.6.4], or commit hash when on devel |
||||
- Car make/model [e.g. Toyota Prius 2016] |
||||
- Device: [e.g. EON/EON Gold/comma two] |
||||
- Dongle ID: [e.g. 77611a1fac303767, can be found in Settings -> Device -> Dongle ID or my.comma.ai/useradmin] |
||||
- Route: [e.g. 77611a1fac303767|2020-05-11--16-37-07, can be found in my.comma.ai/useradmin] |
||||
- Version: [commit hash when on a non-release branch, or version number when on devel or release2 (e.g. 0.7.6)] |
||||
- Car make/model: [e.g. Toyota Prius 2016] |
||||
|
||||
**Additional context** |
||||
Add any other context about the problem here. |
||||
|
||||
<!-- Add any other context about the problem here. --> |
||||
|
@ -0,0 +1,25 @@ |
||||
--- |
||||
name: PC Bug report |
||||
about: For issues with running openpilot on PC |
||||
title: '' |
||||
labels: 'PC' |
||||
assignees: '' |
||||
--- |
||||
|
||||
**Describe the bug** |
||||
|
||||
<!-- A clear and concise description of what the bug is. Add the `simulation` label if running in an environment like CARLA. --> |
||||
|
||||
**How to reproduce or log data** |
||||
|
||||
<!-- Steps to reproduce the behavior. --> |
||||
|
||||
**Expected behavior** |
||||
|
||||
<!-- A clear and concise description of what you expected to happen. --> |
||||
|
||||
**Additional context** |
||||
|
||||
<!-- Add any other context about the problem here. --> |
||||
|
||||
Operating system: [e.g. Ubuntu 16.04] |
@ -0,0 +1,8 @@ |
||||
--- |
||||
name: Enhancement |
||||
about: |
||||
title: '' |
||||
labels: 'enhancement' |
||||
assignees: '' |
||||
--- |
||||
|
@ -0,0 +1,17 @@ |
||||
--- |
||||
name: Question |
||||
about: |
||||
title: '' |
||||
labels: 'question' |
||||
assignees: '' |
||||
--- |
||||
|
||||
<!-- |
||||
|
||||
Consider these options before opening an issue for a question: |
||||
|
||||
- checking the FAQ at https://comma.ai/faq |
||||
- checking the wiki at https://wiki.comma.ai |
||||
- asking your question on our community discord at https://discord.comma.ai |
||||
|
||||
--> |
Loading…
Reference in new issue