From f0b9e5dd4241630c5d6d194cde4de52ab227df8c Mon Sep 17 00:00:00 2001 From: Nelson Chen Date: Thu, 24 Jun 2021 11:35:35 -0700 Subject: [PATCH] Fix link to test_routes in PR template (#21398) old-commit-hash: 450e9d2dc918c91f181883d0ffb94a92b477c2c1 --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 32bc804ae1..38a6c78643 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -23,7 +23,7 @@ Route: [a route with the bug fix] **Checklist** - [ ] added to README -- [ ] test route added to [test_routes.py](https://github.com/commaai/openpilot/blob/master/selfdrive/test/test_models.py) +- [ ] test route added to [test_routes.py](https://github.com/commaai/openpilot/blob/master/selfdrive/test/test_routes.py) - [ ] route with openpilot: - [ ] route with stock system: