|
1 | 1 | # Pull Request |
2 | 2 |
|
3 | | -<!-- Thank you for contributing to ros2_medkit! Please fill out this template to help us review your PR. --> |
| 3 | +<!-- Thanks for contributing to ros2_medkit! --> |
4 | 4 |
|
5 | | -## Description |
| 5 | +## Summary |
6 | 6 |
|
7 | | -What changed and why. |
| 7 | +Briefly describe what changed and why. |
8 | 8 |
|
9 | | -## Type of change |
| 9 | +--- |
10 | 10 |
|
11 | | -- [ ] Bug fix (non-breaking change which fixes an issue) |
12 | | -- [ ] New feature (non-breaking change which adds functionality) |
13 | | -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
14 | | -- [ ] Documentation update |
| 11 | +## Issue |
15 | 12 |
|
16 | | -## Related issues |
| 13 | +Link the related issue (required): |
17 | 14 |
|
18 | | -Fixes #<issue number> (if applicable) |
19 | | -Related to #<issue number> (if applicable) |
| 15 | +- closes #<issue number> |
20 | 16 |
|
21 | | -## How has this been tested? |
| 17 | +--- |
22 | 18 |
|
23 | | -Describe the tests you ran to verify your changes. |
| 19 | +## Type |
24 | 20 |
|
25 | | -## Checklist |
| 21 | +- [ ] Bug fix |
| 22 | +- [ ] New feature or tests |
| 23 | +- [ ] Breaking change |
| 24 | +- [ ] Documentation only |
| 25 | + |
| 26 | +--- |
| 27 | + |
| 28 | +## Testing |
26 | 29 |
|
27 | | -- [ ] My code follows the project's coding style |
28 | | -- [ ] I ran `colcon build` and the build succeeds without warnings |
29 | | -- [ ] I ran `colcon test` and all tests pass locally |
30 | | -- [ ] I added/updated tests where applicable |
31 | | -- [ ] I updated documentation where applicable |
32 | | -- [ ] My commit messages are clear and descriptive |
| 30 | +How was this tested / how should reviewers verify it? |
33 | 31 |
|
34 | | -## Additional notes for reviewers |
| 32 | +--- |
| 33 | + |
| 34 | +## Checklist |
35 | 35 |
|
36 | | -<!-- Add any additional information that would help reviewers understand your changes --> |
| 36 | +- [ ] Breaking changes are clearly described (and announced in docs / changelog if needed) |
| 37 | +- [ ] Tests were added or updated if needed |
| 38 | +- [ ] Docs were updated if behavior or public API changed |
0 commit comments