Skip to content

Commit a72d275

Browse files
committed
Add PR template
1 parent dec1138 commit a72d275

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/pull_request_template.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Description of MR/PR...
2+
3+
Fixes #
4+
5+
[comment]: # (To refer to GitHub issues in other repos)
6+
7+
## Motivation and Context
8+
9+
Why is this change implemented? Add screenshots, images, or other media if this helps explain.
10+
11+
## Changes
12+
13+
- Item 1
14+
- Item 2
15+
16+
## Type of changes
17+
18+
- Bug fix (non-breaking change which fixes an issue)
19+
- New feature (non-breaking change which adds functionality)
20+
- Breaking change (fix or feature that would cause existing functionality to change)
21+
22+
[comment]: # (Delete the lines in "Type of changes" that are not appropriate)
23+
24+
## Checklist
25+
26+
- [ ] Update dependencies
27+
- [ ] Update version
28+
- [ ] Update README
29+
30+
## Testing
31+
32+
This should contain instructions on how to test the new code, or details on how
33+
the new code was tested, e.g.
34+
35+
1. `colcon build --symlink-install --merge-install --packages-up-to py_trees_parser`
36+
2. `colcon test --merge-install --event-handlers console_cohesion+ --packages-select py_trees_parser`

0 commit comments

Comments
 (0)