can't do nested html comments

albatross
Adeeb Shihadeh 2020-08-09 15:17:44 -07:00 committed by GitHub
parent 5bd20dbe38
commit d6288c1bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 28 deletions

View File

@ -1,52 +1,38 @@
<!--
<!-- Please copy and paste the relevant template -->
Please copy and paste the relevant template
<!--- ***** Template: Car bug fix *****
**Description** [](A description of the bug and the fix. Also link any relevant issues.)
<!-- ***** Template: Car bug fix ***** -->
**Description**
<!-- A description of the bug and the fix. Also link any relevant issues. -->
**Verification**
<!-- Explain how you tested this bug fix. -->
**Verification** [](Explain how you tested this bug fix.)
**Route**
Route: [a route with the bug fix]
-->
<!-- ***** Template: Bug fix ***** -->
<!--- ***** Template: Bug fix *****
**Description**
**Description** [](A description of the bug and the fix. Also link any relevant issues.)
<!-- A description of the bug and the fix. Also link the issue if it exists. -->
**Verification** [](Explain how you tested this bug fix.)
**Verification**
-->
<!-- Explain how you tested this bug fix. -->
<!-- ***** Template: Car port ***** -->
<!--- ***** Template: Car port *****
**Checklist**
- [ ] added to README
- [ ] test route added to [test_car_models](../../selfdrive/test/test_car_models.py)
- [ ] route with openpilot:
- [ ] route with stock system:
-->
<!-- ***** Template: Refactor ***** -->
<!--- ***** Template: Refactor *****
**Description**
**Description** [](A description of the refactor, including the goals it accomplishes.)
<!-- A description of the refactor, including the goals it accomplishes. -->
**Verification**
<!-- Explain how you tested the refactor for regressions. -->
**Verification** [](Explain how you tested the refactor for regressions.)
-->