mirror of
https://github.com/dzid26/sunnypilot.git
synced 2026-06-08 07:44:55 +08:00
docs: add feedback guide (#37842)
* docs: add feedback guide * lil more feedback * the
This commit is contained in:
36
docs/contributing/feedback.md
Normal file
36
docs/contributing/feedback.md
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
# How to Give Feedback
|
||||||
|
|
||||||
|
Feedback is one of the highest leverage ways to contribute to openpilot as a user.
|
||||||
|
|
||||||
|
## Driving
|
||||||
|
|
||||||
|
Got feedback about how your car drives?
|
||||||
|
Join the community Discord, then use the form in `#submit-feedback`.
|
||||||
|
|
||||||
|
Before posting feedback, please ensure:
|
||||||
|
|
||||||
|
- **openpilot is up to date** you should be on the latest openpilot release or nightly
|
||||||
|
- **both road-facing cameras have a clear view** your windshield is clean, lenses are clean, etc.
|
||||||
|
- **your device is mounted properly** your device must be mounted horizontally center and relatively high on the windshield
|
||||||
|
|
||||||
|
## Driver Monitoring
|
||||||
|
|
||||||
|
If you find DM annoying while being perfectly attentive, these are likely false positives and we want to fix them!
|
||||||
|
In general, driver monitoring feedback is very actionable, and we can fix your complaint within a release cycle.
|
||||||
|
|
||||||
|
To post your feedback:
|
||||||
|
|
||||||
|
1. Join the [community Discord](https://discord.comma.ai).
|
||||||
|
2. If driver camera recording is toggled off, temporarily enable driver camera recording in the settings until you reproduce the issue.
|
||||||
|
3. Using comma connect, identify the relevant segment and upload the segment's logs and driver camera.
|
||||||
|
4. Post the segment in the `#openpilot-experience` channel on Discord with a good description.
|
||||||
|
|
||||||
|
Before posting feedback, please ensure:
|
||||||
|
|
||||||
|
- **openpilot is up to date** you should be on the latest openpilot release or nightly
|
||||||
|
- **the driver camera has a clear view of the driver** ensure nothing blocks view of the driver (e.g. a cable), the lens is clean, etc.
|
||||||
|
- **your device is mounted properly** your device must be mounted horizontally center and relatively high on the windshield
|
||||||
|
|
||||||
|
## Other bugs
|
||||||
|
|
||||||
|
Got an issue with something else? Open an issue on our [GitHub issue tracker](https://github.com/commaai/openpilot/issues/new/choose).
|
||||||
@@ -21,6 +21,7 @@ nav = [
|
|||||||
{ "Glossary" = "concepts/glossary.md" },
|
{ "Glossary" = "concepts/glossary.md" },
|
||||||
] },
|
] },
|
||||||
{ "Contributing" = [
|
{ "Contributing" = [
|
||||||
|
{ "Feedback" = "contributing/feedback.md" },
|
||||||
{ "Roadmap" = "contributing/roadmap.md" },
|
{ "Roadmap" = "contributing/roadmap.md" },
|
||||||
{ "Contributing Guide →" = "https://github.com/commaai/openpilot/blob/master/docs/CONTRIBUTING.md" },
|
{ "Contributing Guide →" = "https://github.com/commaai/openpilot/blob/master/docs/CONTRIBUTING.md" },
|
||||||
] },
|
] },
|
||||||
|
|||||||
Reference in New Issue
Block a user