You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.2 KiB
42 lines
1.2 KiB
name: PC bug report
|
|
description: For issues with running openpilot on PC
|
|
labels: ["PC"]
|
|
body:
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: >
|
|
Before creating a **bug report**, please check the following:
|
|
* Ensure you're running the latest openpilot release.
|
|
* Ensure there isn't an existing issue for your bug. If there is, leave a comment on the existing issue.
|
|
* Ensure you're running stock openpilot. We cannot look into bug reports from forks.
|
|
|
|
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).
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the bug
|
|
description: Also include a description of how to reproduce the bug
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: os-version
|
|
attributes:
|
|
label: OS Version
|
|
placeholder: Ubuntu 24.04
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: openpilot version or commit
|
|
placeholder: bd36f2ec8d3559909678eff2690c10a520938367
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional info
|
|
|
|
|