Skip to content

Commit 733998c

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent 13be05e commit 733998c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Description
2+
3+
Please open this PR against the `dev` branch. **Do NOT** use the `master` branch, as I use it only for released code!
4+
5+
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
6+
7+
Fixes #(issue)
8+
9+
## Type of change
10+
11+
(Please delete options that are not relevant.)
12+
13+
- [ ] Bug fix or improvement (non-breaking change which fixes an issue, or improvements like code clean-up)
14+
- [ ] New feature (non-breaking change which adds functionality)
15+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
16+
- [ ] This change requires a documentation update (the maintainer will take care of this)
17+
18+
## Checklist:
19+
20+
- [ ] I have performed a self-review of my own code
21+
- [ ] I have commented my code (only required for new or big features)
22+
- [ ] My changes generate no new warnings

0 commit comments

Comments
 (0)