Skip to content

Commit eab1cd4

Browse files
committed
Update pull request template and move it to .github folder
1 parent c5d193b commit eab1cd4

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

pull_request_template.md renamed to .github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
## Type of changes
22

3-
- [ ] Bug fix
4-
- [ ] New feature
5-
- [ ] Documentation / docstrings
6-
- [ ] Tests
7-
- [ ] Other
3+
<!-- Remove unrelated categories -->
4+
5+
- Bug fix
6+
- New feature
7+
- Documentation / docstrings
8+
- Tests
9+
- Other
810

911
## Checklist
1012

1113
- [ ] I've run the latest [black](https://github.com/ambv/black) with default args on new code.
1214
- [ ] I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate.
1315
- [ ] I've added tests for new code.
14-
- [ ] I accept that @willmcgugan may be pedantic in the code review.
16+
- [ ] I accept that @PyFilesystem/maintainers may be pedantic in the code review.
1517

1618
## Description
1719

0 commit comments

Comments
 (0)