pdfminer.six/.github/pull_request_template.md

16 lines
715 B
Markdown
Raw Permalink 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 the issue 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 *remove* this paragraph with a description of how this PR has been tested.
2019-10-21 21:02:50 +00:00
**Checklist**
2019-10-21 21:02:50 +00:00
- [ ] I have read [CONTRIBUTING.md](../CONTRIBUTING.md).
- [ ] I have added a concise human-readable description of the change to [CHANGELOG.md](../CHANGELOG.md).
- [ ] I have tested that this fix is effective or that this feature works.
- [ ] I have added docstrings to newly created methods and classes.
- [ ] I have updated the [README.md](../README.md) and the [readthedocs](../docs/source) documentation. Or verified that this is not necessary.