mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 03:03:57 +08:00
* update text for docs generator
* use docs.py
* Update .github/pull_request_template.md
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 99c02bdd29
39 lines
1.0 KiB
Markdown
39 lines
1.0 KiB
Markdown
<!-- Please copy and paste the relevant template -->
|
|
|
|
<!--- ***** Template: Car bug fix *****
|
|
|
|
**Description** [](A description of the bug and the fix. Also link any relevant issues.)
|
|
|
|
**Verification** [](Explain how you tested this bug fix.)
|
|
|
|
**Route**
|
|
Route: [a route with the bug fix]
|
|
|
|
-->
|
|
|
|
<!--- ***** Template: Bug fix *****
|
|
|
|
**Description** [](A description of the bug and the fix. Also link any relevant issues.)
|
|
|
|
**Verification** [](Explain how you tested this bug fix.)
|
|
|
|
-->
|
|
|
|
<!--- ***** Template: Car port *****
|
|
|
|
**Checklist**
|
|
- [ ] added entry to CarInfo in selfdrive/car/*/values.py and ran `selfdrive/car/docs.py` to generate new docs
|
|
- [ ] test route added to [routes.py](https://github.com/commaai/openpilot/blob/master/selfdrive/car/tests/routes.py)
|
|
- [ ] route with openpilot:
|
|
- [ ] route with stock system:
|
|
|
|
-->
|
|
|
|
<!--- ***** Template: Refactor *****
|
|
|
|
**Description** [](A description of the refactor, including the goals it accomplishes.)
|
|
|
|
**Verification** [](Explain how you tested the refactor for regressions.)
|
|
|
|
-->
|