openpilot/.github/pull_request_template.md

39 lines
910 B
Markdown
Raw Normal View History

2020-08-09 16:17:44 -06:00
<!-- Please copy and paste the relevant template -->
2020-08-09 16:05:43 -06:00
2020-08-09 16:17:44 -06:00
<!--- ***** Template: Car bug fix *****
2020-08-09 16:05:43 -06:00
2020-08-09 16:17:44 -06:00
**Description** [](A description of the bug and the fix. Also link any relevant issues.)
2020-08-09 16:05:43 -06:00
2020-08-09 16:17:44 -06:00
**Verification** [](Explain how you tested this bug fix.)
2020-08-09 16:05:43 -06:00
**Route**
Route: [a route with the bug fix]
2020-08-09 16:17:44 -06:00
-->
2020-08-09 16:05:43 -06:00
2020-08-09 16:17:44 -06:00
<!--- ***** Template: Bug fix *****
2020-08-09 16:05:43 -06:00
2020-08-09 16:17:44 -06:00
**Description** [](A description of the bug and the fix. Also link any relevant issues.)
2020-08-09 16:05:43 -06:00
2020-08-09 16:17:44 -06:00
**Verification** [](Explain how you tested this bug fix.)
2020-08-09 16:05:43 -06:00
2020-08-09 16:17:44 -06:00
-->
2020-08-09 16:05:43 -06:00
2020-08-09 16:17:44 -06:00
<!--- ***** Template: Car port *****
2020-08-09 16:05:43 -06:00
**Checklist**
- [ ] added to README
- [ ] test route added to [test_routes.py](../../selfdrive/test/test_routes.py)
2020-08-09 16:05:43 -06:00
- [ ] route with openpilot:
- [ ] route with stock system:
2020-08-09 16:17:44 -06:00
-->
2020-08-09 16:05:43 -06:00
2020-08-09 16:17:44 -06:00
<!--- ***** Template: Refactor *****
2020-08-09 16:05:43 -06:00
2020-08-09 16:17:44 -06:00
**Description** [](A description of the refactor, including the goals it accomplishes.)
2020-08-09 16:05:43 -06:00
2020-08-09 16:17:44 -06:00
**Verification** [](Explain how you tested the refactor for regressions.)
2020-08-09 16:05:43 -06:00
-->