Skip to content

Commit 608d43f

Browse files
authored
Add PR template (#52)
1 parent a4e19a8 commit 608d43f

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<!-- Type of change
2+
Please label this PR with one of the following labels, depending on the scope of your change:
3+
- Bug
4+
- Enhancement
5+
- Breaking change
6+
- Deprecation
7+
- Cleanup
8+
- Docs
9+
-->
10+
11+
## What does this PR do?
12+
13+
<!-- Mandatory
14+
Explain here the changes you made on the PR. Please explain the WHAT: patterns used, algorithms implemented, design architecture, message processing, etc.
15+
-->
16+
17+
## Why is it important?
18+
19+
<!-- Mandatory
20+
Explain here the WHY, or the rationale/motivation for the changes.
21+
-->
22+
23+
## Checklist
24+
25+
<!-- Mandatory
26+
Add a checklist of things that are required to be reviewed in order to have the PR approved
27+
28+
List here all the items you have verified BEFORE sending this PR. Please DO NOT remove any item, striking through those that do not apply. (Just in case, strikethrough uses two tildes. ~~Scratch this.~~)
29+
-->
30+
31+
- [ ] My code follows the style guidelines of this project
32+
- [ ] I have commented my code, particularly in hard-to-understand areas
33+
- [ ] I have added tests that prove my fix is effective or that my feature works
34+
- [ ] I have added an entry in `CHANGELOG.md`
35+
36+
## Author's Checklist
37+
38+
<!-- Recommended
39+
Add a checklist of things that are required to be reviewed in order to have the PR approved
40+
-->
41+
- [ ]
42+
43+
## Related issues
44+
45+
<!-- Recommended
46+
Link related issues below. Insert the issue link or reference after the word "Closes" if merging this should automatically close it.
47+
48+
- Closes #123
49+
- Relates #123
50+
- Requires #123
51+
- Superseds #123
52+
-->
53+
-
54+

0 commit comments

Comments
 (0)