You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: For issues with a particular car make or model
3
+
labels: ["car", "bug"]
4
+
body:
5
+
6
+
- type: markdown
7
+
attributes:
8
+
value: >
9
+
Before creating a **car bug report**, please check the following:
10
+
* If the issue likely isn't specific to your car model or make, go back and open an **openpilot bug report** instead.
11
+
* If the issue is related to the driving or driver monitoring models, you should open a [discussion](https://github.com/commaai/openpilot/discussions/categories/model-feedback) instead.
12
+
* If you are fingerprinting your car, refer to the [fingerprinting guide](https://github.com/commaai/openpilot/wiki/Fingerprinting) or visit the [community Discord server](https://discord.comma.ai) to request help.
13
+
* If you are inquiring about future car support, check the [community Discord server](https://discord.comma.ai) for progress on your vehicle and help contribute. Issues simply requesting support for new vehicles will be closed.
14
+
* Ensure you're running the latest openpilot release.
15
+
* Ensure you're using officially supported hardware.
16
+
* Ensure there isn't an existing issue for your bug. If there is, leave a comment on the existing issue.
17
+
* Ensure you're running stock openpilot. We cannot look into bug reports from forks.
18
+
19
+
If you're unsure whether you've hit a bug, check out the #installation-help channel in the [community Discord server](https://discord.comma.ai).
20
+
21
+
- type: textarea
22
+
attributes:
23
+
label: Describe the car bug
24
+
description: Also include a description of how to reproduce the bug
25
+
validations:
26
+
required: true
27
+
28
+
- type: input
29
+
id: route
30
+
attributes:
31
+
label: Provide a route where the issue occurs
32
+
description: Ensure the route is fully uploaded at https://useradmin.comma.ai. We cannot look into issues without routes, or at least a Dongle ID.
0 commit comments