Skip to content

Commit 1af6520

Browse files
authored
Merge pull request #136 from tmr232/pull-request-template
Added a PR template
2 parents e98db3b + 97cbf2e commit 1af6520

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/pull_request_template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Type of changes
2+
3+
- [ ] Bug fix
4+
- [ ] New feature
5+
- [ ] Documentation / docstrings
6+
- [ ] Tests
7+
- [ ] Other
8+
9+
## Checklist
10+
11+
- [ ] I've run the `bun lint` on the code.
12+
- [ ] I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate.
13+
- [ ] I've added tests for new code.
14+
- [ ] For visual changes, I've added screenshots to the PR.
15+
- [ ] I accept that @tmr232 may be pedantic in the code review.
16+
17+
## Description
18+
19+
Please describe your changes here. If this fixes a bug, please link to the issue, if possible.

0 commit comments

Comments
 (0)