Skip to content

Commit a08f394

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent c2903ca commit a08f394

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!-- Thanks for contributing! -->
2+
3+
## The purpose of this PR is:
4+
...
5+
6+
## This is what had to change:
7+
...
8+
9+
## This is what like reviewers to know:
10+
...
11+
12+
13+
-------------------------------------------------------------------------------------------------
14+
15+
<!-- Mark what you have done, Remove unnecessary ones. Add new tasks that may fit (like TODO's) -->
16+
- [ ] I prefixed the PR-title with `docs: `, `fix(area): `, `feat(area): ` or `breaking(area): `
17+
- [ ] I updated ./CHANGELOG.md with a link to this PR or Issue
18+
- [ ] I updated the README.md
19+
- [ ] I Added unit test(s)
20+
21+
-------------------------------------------------------------------------------------------------
22+
23+
<!-- Add a `- fix #_NUMBER_` line for every Issue this PR solves. Do not comma separate them -->
24+
- fix #000

0 commit comments

Comments
 (0)