diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ff0011ba9c1..448458c0534 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,15 +1,42 @@ -Describe your changes here. + -Closes # (type the issue number after # if applicable; otherwise remove this line) +Closes # -### Screenshots + -Please provide before/after screenshots for any visual changes +### Changelog + + + +#### New + + + +#### Changed + + + +#### Removed + + + +### Rollout strategy + + + +- [ ] Patch release +- [ ] Minor release +- [ ] Major release; if selected, include a written rollout or migration plan + +### Testing & Reviewing + + ### Merge checklist - [ ] Added/updated tests - [ ] Added/updated documentation +- [ ] Added/updated previews (Storybook) - [ ] Changes are [SSR compatible](https://github.com/primer/react/blob/main/contributor-docs/CONTRIBUTING.md#ssr-compatibility) - [ ] Tested in Chrome - [ ] Tested in Firefox