We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.github
1 parent c5d193b commit eab1cd4Copy full SHA for eab1cd4
pull_request_template.md renamed to .github/PULL_REQUEST_TEMPLATE.md
@@ -1,17 +1,19 @@
1
## Type of changes
2
3
-- [ ] Bug fix
4
-- [ ] New feature
5
-- [ ] Documentation / docstrings
6
-- [ ] Tests
7
-- [ ] Other
+<!-- Remove unrelated categories -->
+
+- Bug fix
+- New feature
+- Documentation / docstrings
8
+- Tests
9
+- Other
10
11
## Checklist
12
13
- [ ] I've run the latest [black](https://github.com/ambv/black) with default args on new code.
14
- [ ] I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate.
15
- [ ] I've added tests for new code.
-- [ ] I accept that @willmcgugan may be pedantic in the code review.
16
+- [ ] I accept that @PyFilesystem/maintainers may be pedantic in the code review.
17
18
## Description
19
0 commit comments