Skip to content

Commit 07dabf4

Browse files
Added pull request template to facilitate standardized contributions.
Signed-off-by: Leander Stephen D'Souza <leanderdsouza1234@gmail.com>
1 parent e61b9c5 commit 07dabf4

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!-- Please fill out the following pull request template for non-trivial changes to help us process your PR faster and more efficiently.-->
2+
3+
---
4+
5+
## Basic Info
6+
7+
| Info | Please fill out this column |
8+
| ------ | ----------- |
9+
| Ticket(s) this addresses | (add tickets here #1 or N/A) |
10+
| Nav2 Ticket(s) this addresses | (paste the link of ros-navigation/navigation2 PR here or N/A) |
11+
---
12+
13+
## Description of contribution in a few bullet points
14+
15+
<!--
16+
* Updated the documentation to reflect corresponding changes in navigation2.
17+
* Reorganised some sections for better clarity.
18+
-->
19+
20+
## Description of how this change was tested
21+
22+
<!--
23+
* Performed linting validation using `pre-commit run --all`.
24+
* Tested that the website builds locally using `make html`.
25+
-->

0 commit comments

Comments
 (0)