Update Pull Request Template

This commit is contained in:
Ashwin Maroli 2019-02-15 14:40:49 +05:30
parent 65817cc6cb
commit 9cb27144b0
1 changed files with 8 additions and 6 deletions

View File

@ -20,7 +20,7 @@
- I've added tests (if it's a bug, feature or enhancement)
- I've adjusted the documentation (if it's a feature or enhancement)
- The test suite passes (run `script/cibuild` to verify this)
- The test suite passes locally (run `script/cibuild` to verify this)
-->
## Summary
@ -33,11 +33,13 @@
<!--
Is this related to any GitHub issue(s)?
-->
## Semver Changes
You can use keywords to automatically close the related issue.
For example, (all of) the following will close issue #4567 when your PR is merged.
<!--
Which semantic version change would you recommend?
If you don't know, feel free to omit it.
Closes #4567
Fixes #4567
Resolves #4567
Use any one of the above as applicable.
-->