Merge pull request #310 from pdfminer/test-pr

Use same format for pull_request_template.md as for bug_report.md
pull/317/head
Pieter Marsman 2019-10-21 23:12:44 +02:00 committed by GitHub
commit 9153e835bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -1,16 +1,14 @@
# Pull Request Template
## Description
**Description**
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?
**How Has This Been Tested?**
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:
**Checklist**
- [ ] I have optimized the code at least one time after creating the initial version
- [ ] I have added docstrings to newly created methods and classes