Skip to content

Commit dbbf582

Browse files
authored
Create pull_request_template.md
Add checklist for description of a pull request
1 parent 2df4166 commit dbbf582

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pull_request_template.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## Checklist before requesting a review
2+
- [ ] Tests for the changes have been added (for bug fixes/features)
3+
- [ ] Docs have been added / updated (for bug fixes / features)
4+
- [ ] I have performed a self-review of my code
5+
- [ ] Will this be part of a product update? If yes, please write one line about this on the CHANGELOG.md
6+
7+
8+
* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...)
9+
10+
11+
* **What is the current behavior?** (You can also link to an open issue here)
12+
13+
14+
* **What is the new behavior (if this is a feature change)?**
15+
16+
17+
* **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?)
18+
19+
20+
* **Other information**:

0 commit comments

Comments
 (0)