From 2ce2260edad35bf2998e6b49ac9334d29b969eb6 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh <8762862+adeebshihadeh@users.noreply.github.com> Date: Fri, 19 Jun 2020 20:28:14 -0700 Subject: [PATCH] Pull request templates (#1752) * pull request templates * car port checklist * fix link * no space * newline --- .github/PULL_REQUEST_TEMPLATE/bugfix.md | 15 +++++++++++++++ .github/PULL_REQUEST_TEMPLATE/car_bugfix.md | 19 +++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE/car_port.md | 14 ++++++++++++++ .github/PULL_REQUEST_TEMPLATE/fingerprint.md | 11 +++++++++++ .github/PULL_REQUEST_TEMPLATE/refactor.md | 15 +++++++++++++++ 5 files changed, 74 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/bugfix.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/car_bugfix.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/car_port.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/fingerprint.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/refactor.md diff --git a/.github/PULL_REQUEST_TEMPLATE/bugfix.md b/.github/PULL_REQUEST_TEMPLATE/bugfix.md new file mode 100644 index 0000000000..e28661db3b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/bugfix.md @@ -0,0 +1,15 @@ +--- +name: Bug fix +about: For openpilot bug fixes +title: '' +labels: 'bugfix' +assignees: '' +--- + +**Description** + + + +**Verification** + + diff --git a/.github/PULL_REQUEST_TEMPLATE/car_bugfix.md b/.github/PULL_REQUEST_TEMPLATE/car_bugfix.md new file mode 100644 index 0000000000..d0c8bc58e4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/car_bugfix.md @@ -0,0 +1,19 @@ +--- +name: Car Bug fix +about: For vehicle/brand specifc bug fixes +title: '' +labels: 'car bug fix' +assignees: '' +--- + +**Description** + + + +**Verification** + + + +**Route** + +Route: [a route with the bug fix] diff --git a/.github/PULL_REQUEST_TEMPLATE/car_port.md b/.github/PULL_REQUEST_TEMPLATE/car_port.md new file mode 100644 index 0000000000..b81c293885 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/car_port.md @@ -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: diff --git a/.github/PULL_REQUEST_TEMPLATE/fingerprint.md b/.github/PULL_REQUEST_TEMPLATE/fingerprint.md new file mode 100644 index 0000000000..466d4f98f4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/fingerprint.md @@ -0,0 +1,11 @@ +--- +name: Fingerprint +about: For adding fingerprints to existing cars +title: '' +labels: 'fingerprint' +assignees: '' +--- + +Discord username: [] + +Route: [] diff --git a/.github/PULL_REQUEST_TEMPLATE/refactor.md b/.github/PULL_REQUEST_TEMPLATE/refactor.md new file mode 100644 index 0000000000..1ee21c1bba --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/refactor.md @@ -0,0 +1,15 @@ +--- +name: Refactor +about: For code refactors +title: '' +labels: 'refactor' +assignees: '' +--- + +**Description** + + + +**Verification** + +