pdfminer.six/.github/pull_request_template.md

26 lines
974 B
Markdown

**Pull request**
Please remove this paragraph and replace it with a description of your PR.
Also include links to the issues that it fixes.
**How Has This Been Tested?**
Please repalce this paragraph with a description of how this PR has been
tested. Include the necessary instructions and files such that other can
reproduce it.
**Checklist**
- [ ] I have formatted my code with [black](https://github.com/psf/black).
- [ ] I have added tests that prove my fix is effective or that my feature
works
- [ ] I have added docstrings to newly created methods and classes
- [ ] I have optimized the code at least one time after creating the initial
version
- [ ] I have updated the [README.md](../README.md) or verified that this
is not necessary
- [ ] I have updated the [readthedocs](../docs/source) documentation or
verified that this is not necessary
- [ ] I have added a concise human-readable description of the change to
[CHANGELOG.md](../CHANGELOG.md)