diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index dfb141e29f7..953b634dfc0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,10 +1,10 @@ # Description -## Problem\* +## Problem Resolves -## Summary\* +## Summary @@ -12,14 +12,14 @@ Resolves -## Documentation\* +## User Documentation Check one: -- [ ] No documentation needed. -- [ ] Documentation included in this PR. -- [ ] **[For Experimental Features]** Documentation to be submitted in a separate PR. +- [ ] No user documentation needed. +- [ ] Changes in _docs/_ included in this PR. +- [ ] **[For Experimental Features]** Changes in _docs/_ to be submitted in a separate PR. -# PR Checklist\* +# PR Checklist - [ ] I have tested the changes locally. - [ ] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings.