We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6dae60 commit bce5122Copy full SHA for bce5122
.github/PULL_REQUEST_TEMPLATE.md
@@ -13,13 +13,6 @@
13
14
---
15
16
-## Description of testing performed
17
-<!--
18
- For example: Linting validation using -> pre-commit run --all,
19
- Package testing using -> colcon test --packages-select <modified package>,
20
- or functional testing of changes on the robot or in simulation
21
--->
22
-
23
## Description of contribution in a few bullet points
24
25
<!--
@@ -39,6 +32,7 @@
39
32
40
33
* I wrote unit tests that cover 90%+ of changes and extensively tested on my physical robot platform in production for 1 week
41
34
* I wrote unit tests and tested in simulation for 10 minutes
35
+* Performed linting validation using pre-commit run --all or colcon test
42
36
-->
43
37
44
38
0 commit comments