pdfminer.six/.github/pull_request_template.md

18 lines
862 B
Markdown
Raw Normal View History

**Description**
2019-10-21 21:02:50 +00:00
Please include a summary of the change and which issue is fixed. If this does not fix an issue, then first create a new issue. Please also include relevant motivation and context.
Fixes # (issue)
**How Has This Been Tested?**
2019-10-21 21:02:50 +00:00
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Include an example pdf if you have one.
**Checklist**
2019-10-21 21:02:50 +00:00
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have updated the [README.md](../README.md) and other documentation, or I am sure that this is not necessary
- [ ] I have added a consice human-readable description of the change to [CHANGELOG.md](../CHANGELOG.md)
- [ ] I have added docstrings to newly created methods and classes
- [ ] I have optimized the code at least one time after creating the initial version