Skip to content

Commit c641337

Browse files
committed
Create PULL_REQUEST_TEMPLATE.md
1 parent 960bbec commit c641337

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## Proposed changes
2+
3+
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resovles a feature request, be sure to link to that issue.
4+
5+
6+
## Checklist
7+
8+
- [ ] Code compiles correctly
9+
- [ ] Created tests which fail without the change (if possible)
10+
- [ ] All tests passing
11+
- [ ] Extend the README / documentation, if necessary
12+
- [ ] Applied the code style
13+
14+
15+
## Where has this been tested?
16+
17+
**Target Frameworks**: ...
18+
19+
20+
## Changelog
21+
22+
List of possible changelog entries for this pull request.
23+
24+
- added: For any new features that have been added
25+
- changed: to note any changes to the software's existing functionality
26+
- deprecated: To note any features that were once stable but are no longer and have thus been removed
27+
- fixed: Any bugs or errors that have been fixed
28+
- removed: This notes any features that have been deleted and removed
29+
- security: This acts as an invitation to users who want to upgrade and avoid any software vulnerabilities

0 commit comments

Comments
 (0)