From c747654f057fde3adb5dda3a8a032e24b110735c Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 20 Feb 2021 19:02:10 -0800 Subject: [PATCH] add car bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/car_bug_report.md | 31 +++++++++++++++++++ .../{bug_report_pc.md => pc_bug_report.md} | 0 3 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/car_bug_report.md rename .github/ISSUE_TEMPLATE/{bug_report_pc.md => pc_bug_report.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a16eacbc69..398d7c64cc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,7 +8,7 @@ assignees: '' **Describe the bug** - + **How to reproduce or log data** diff --git a/.github/ISSUE_TEMPLATE/car_bug_report.md b/.github/ISSUE_TEMPLATE/car_bug_report.md new file mode 100644 index 0000000000..bf25c5a602 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/car_bug_report.md @@ -0,0 +1,31 @@ +--- +name: Car bug report +about: For issues with a particular car or make +title: '' +labels: 'car bug' +assignees: '' +--- + +**Describe the bug** + + + +**How to reproduce or log data** + + + +**Expected behavior** + + + +**Device/Version information (please complete the following information):** + - 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] + - Timestamp: [When in the route the bug occurs (e.g. 4min 30s into the drive)] + - 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** + + diff --git a/.github/ISSUE_TEMPLATE/bug_report_pc.md b/.github/ISSUE_TEMPLATE/pc_bug_report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report_pc.md rename to .github/ISSUE_TEMPLATE/pc_bug_report.md