Skip to content

Commit f83fd56

Browse files
committed
Refs #20107: Add PR template
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent 3685a07 commit f83fd56

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!-- Provide a general summary of your changes in the Title above -->
2+
<!-- It must be meaningful and coherent with the changes -->
3+
4+
<!--
5+
If this PR is still a Work in Progress [WIP], please open it as DRAFT.
6+
Please consider if any label should be added to this PR.
7+
-->
8+
9+
## Description
10+
<!--
11+
Describe changes in detail.
12+
If several features/bug fixes are included with these changes, please consider opening separated pull requests.
13+
-->
14+
15+
<!--
16+
In case of bug fixes, please provide the list of supported branches where this fix should be also merged.
17+
Please uncomment following line, adjusting the corresponding target branches for the backport.
18+
-->
19+
<!-- @Mergifyio backport 1.4.x 1.3.x 1.2.x 1.1.x -->
20+
21+
<!-- If an issue is already opened, please uncomment next line with the corresponding issue number. -->
22+
<!-- Fixes #(issue) -->
23+
24+
<!-- In case the changes are built over a previous pull request, please uncomment next line. -->
25+
<!-- This PR depends on #(PR) and must be merged after that one. -->
26+
27+
<!-- In case the changes are related to an implementation PR, please uncomment the next lines. -->
28+
<!--
29+
Related implementation PR:
30+
* eProsima/Fast-DDS#(PR)
31+
-->
32+
33+
## Contributor Checklist
34+
35+
- [ ] Commit messages follow the project guidelines. <!-- External contributors should sign the DCO. Fast DDS python developers must also refer to the internal Redmine task. -->
36+
- [ ] Code builds and tests pass locally.
37+
- [ ] Applicable backports have been included in the description.
38+
39+
## Reviewer Checklist
40+
41+
- [ ] The PR has a milestone assigned.
42+
- [ ] The title and description correctly express the PR's purpose.
43+
- [ ] Check contributor checklist is correct.
44+
- [ ] CI passes without warnings or errors.

0 commit comments

Comments
 (0)