From 5bd20dbe38376aad697a155707a187ac693f59f2 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sun, 9 Aug 2020 15:05:43 -0700 Subject: [PATCH] default pull request template --- .github/pull_request_template.md | 52 ++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..0457bef9f4 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,52 @@ + + +**Description** + + + +**Verification** + + + +**Route** + +Route: [a route with the bug fix] + + + + +**Description** + + + +**Verification** + + + + + + +**Checklist** + +- [ ] added to README +- [ ] test route added to [test_car_models](../../selfdrive/test/test_car_models.py) +- [ ] route with openpilot: +- [ ] route with stock system: + + + + +**Description** + + + +**Verification** + + + +-->