pdfminer.six/.github/pull_request_template.md

26 lines
974 B
Markdown
Raw Normal View History

2020-03-08 13:53:16 +00:00
**Pull request**
2019-10-21 21:02:50 +00:00
Please remove this paragraph and replace it with a description of your PR.
Also include links to the issues that it fixes.
2019-10-21 21:02:50 +00:00
**How Has This Been Tested?**
2019-10-21 21:02:50 +00:00
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.
2019-10-21 21:02:50 +00:00
**Checklist**
2019-10-21 21:02:50 +00:00
- [ ] I have formatted my code with [black](https://github.com/psf/black).
2020-03-08 13:53:16 +00:00
- [ ] 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
2020-03-08 13:53:16 +00:00
- [ ] I have optimized the code at least one time after creating the initial
version
2022-01-25 21:08:14 +00:00
- [ ] I have updated the [README.md](../README.md) or verified that this
2020-03-08 13:53:16 +00:00
is not necessary
2022-01-25 21:08:14 +00:00
- [ ] I have updated the [readthedocs](../docs/source) documentation or
2020-03-08 13:53:16 +00:00
verified that this is not necessary
2022-01-25 21:08:14 +00:00
- [ ] I have added a concise human-readable description of the change to
2020-03-08 13:53:16 +00:00
[CHANGELOG.md](../CHANGELOG.md)