Pull request templates (#1752)
* pull request templates
* car port checklist
* fix link
* no space
* newline
old-commit-hash: 2ce2260eda
commatwo_master
parent
3faffc2e6a
commit
3ed3a1d8e5
5 changed files with 74 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||||||
|
--- |
||||||
|
name: Bug fix |
||||||
|
about: For openpilot bug fixes |
||||||
|
title: '' |
||||||
|
labels: 'bugfix' |
||||||
|
assignees: '' |
||||||
|
--- |
||||||
|
|
||||||
|
**Description** |
||||||
|
|
||||||
|
<!-- A description of the bug and the fix. Also link the issue if it exists. --> |
||||||
|
|
||||||
|
**Verification** |
||||||
|
|
||||||
|
<!-- Explain how you tested this bug fix. --> |
@ -0,0 +1,19 @@ |
|||||||
|
--- |
||||||
|
name: Car Bug fix |
||||||
|
about: For vehicle/brand specifc bug fixes |
||||||
|
title: '' |
||||||
|
labels: 'car bug fix' |
||||||
|
assignees: '' |
||||||
|
--- |
||||||
|
|
||||||
|
**Description** |
||||||
|
|
||||||
|
<!-- A description of the bug and the fix. Also link the issue if it exists. --> |
||||||
|
|
||||||
|
**Verification** |
||||||
|
|
||||||
|
<!-- Explain how you tested this bug fix. --> |
||||||
|
|
||||||
|
**Route** |
||||||
|
|
||||||
|
Route: [a route with the bug fix] |
@ -0,0 +1,14 @@ |
|||||||
|
--- |
||||||
|
name: Car port |
||||||
|
about: For new car ports |
||||||
|
title: '' |
||||||
|
labels: 'car port' |
||||||
|
assignees: '' |
||||||
|
--- |
||||||
|
|
||||||
|
**Checklist** |
||||||
|
|
||||||
|
- [ ] added to README |
||||||
|
- [ ] test route added to [test_car_models](../../selfdrive/test/test_car_models.py) |
||||||
|
- [ ] route with openpilot: |
||||||
|
- [ ] route with stock system: |
@ -0,0 +1,11 @@ |
|||||||
|
--- |
||||||
|
name: Fingerprint |
||||||
|
about: For adding fingerprints to existing cars |
||||||
|
title: '' |
||||||
|
labels: 'fingerprint' |
||||||
|
assignees: '' |
||||||
|
--- |
||||||
|
|
||||||
|
Discord username: [] |
||||||
|
|
||||||
|
Route: [] |
@ -0,0 +1,15 @@ |
|||||||
|
--- |
||||||
|
name: Refactor |
||||||
|
about: For code refactors |
||||||
|
title: '' |
||||||
|
labels: 'refactor' |
||||||
|
assignees: '' |
||||||
|
--- |
||||||
|
|
||||||
|
**Description** |
||||||
|
|
||||||
|
<!-- A description of the refactor, including the goals it accomplishes. --> |
||||||
|
|
||||||
|
**Verification** |
||||||
|
|
||||||
|
<!-- Explain how you tested the refactor for regressions. --> |
Loading…
Reference in new issue