Skip to content

Commit 565b899

Browse files
committed
chore: adds pull_request_template.md
1 parent b430397 commit 565b899

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/pull_request_template.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
_Describe the problem or feature in addition to a link to the issues._
2+
3+
Before submitting this PR, please make sure:
4+
5+
- [ ] You have added a few sentences describing the PR here.
6+
- [ ] You have added yourself or the appropriate individual as the assignee.
7+
- [ ] You have added at least one relevant code reviewer to the PR.
8+
- [ ] Your code builds clean without any errors or warnings.
9+
- [ ] You have added tests (when appropriate).
10+
- [ ] You have updated the README or other documentation to account for these
11+
changes (when appropriate).
12+
- [ ] You have added an entry to the relevant `CHANGELOG.md` (see
13+
["keep a changelog"] for more information).
14+
- [ ] Your commit messages follow the [conventional commit] style.
15+
16+
[conventional commit]: https://www.conventionalcommits.org/en/v1.0.0/#summary
17+
["keep a changelog"]: https://keepachangelog.com/en/1.1.0/

0 commit comments

Comments
 (0)