Improve PR template - Doc Changes Don't Need Changelogs(#1411)

This commit is contained in:
Jeff Glass
2023-04-25 09:03:12 -06:00
committed by GitHub
parent 5ac39641ab
commit eb03f16a77

View File

@@ -1,13 +1,15 @@
## Description
Please describe the changes in your pull request in few words here.
<!--Please describe the changes in your pull request in few words here. -->
### Changes
## Changes
List the changes done to fix a bug or introducing a new feature.
<!-- List the changes done to fix a bug or introduce a new feature.Please note both user-facing changes and changes to internal API's here -->
## Checklist
<!-- Note: Only user-facing changes require a changelog entry. Internal-only API changes do not require a changelog entry. Changes in documentation do not require a changelog entry. -->
- [ ] All tests pass locally
- [ ] I have updated `docs/changelog.md`
- [ ] I have created documentation for this(if applicable)