From f64e0bfe8ae3c0a2473dc0f78c288b4f5f5bab09 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Wed, 21 Jan 2026 22:34:30 -0800 Subject: [PATCH] Add misc bug template (#3057) * misc bug * rm --- .github/ISSUE_TEMPLATE/misc.yml | 36 +++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/misc.yml diff --git a/.github/ISSUE_TEMPLATE/misc.yml b/.github/ISSUE_TEMPLATE/misc.yml new file mode 100644 index 00000000..3f4a1f61 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/misc.yml @@ -0,0 +1,36 @@ +name: Miscellaneous +description: For tools or test bugs, or enhancements +labels: ["bug"] +body: + + - type: markdown + attributes: + value: > + * If the issue likely only affects your car model or make, go back and open a **car bug report** instead. + Before creating a **miscellaneous bug report**, please check the following: + * Ensure there isn't an existing issue for your bug. If there is, leave a comment on the existing issue. + + - type: textarea + attributes: + label: Describe the bug or enhancement + description: Also include a description of how to reproduce the bug or how the enhancement would work + validations: + required: true + + - type: input + id: route + attributes: + label: Provide a route where the issue occurs if applicable + description: Ensure the route is fully uploaded at https://useradmin.comma.ai + placeholder: 77611a1fac303767|2020-05-11--16-37-07 + + - type: input + id: version + attributes: + label: openpilot version if applicable + description: If you're not on release, provide the commit hash + placeholder: 0.8.10 + + - type: textarea + attributes: + label: Additional info