Use same format for pull_request_template.md as for bug_report.md

pull/310/head
Pieter Marsman 2019-10-21 23:08:57 +02:00
parent 131611ab6b
commit 36621c8038
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. 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) 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. 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 optimized the code at least one time after creating the initial version
- [ ] I have added docstrings to newly created methods and classes - [ ] I have added docstrings to newly created methods and classes