Update Pull Request Template
This commit is contained in:
parent
65817cc6cb
commit
9cb27144b0
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
- I've added tests (if it's a bug, feature or enhancement)
|
- I've added tests (if it's a bug, feature or enhancement)
|
||||||
- I've adjusted the documentation (if it's a 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
|
## Summary
|
||||||
|
@ -33,11 +33,13 @@
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Is this related to any GitHub issue(s)?
|
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.
|
||||||
|
|
||||||
<!--
|
Closes #4567
|
||||||
Which semantic version change would you recommend?
|
Fixes #4567
|
||||||
If you don't know, feel free to omit it.
|
Resolves #4567
|
||||||
|
|
||||||
|
Use any one of the above as applicable.
|
||||||
-->
|
-->
|
||||||
|
|
Loading…
Reference in New Issue