diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md deleted file mode 100644 index a52beb6..0000000 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ /dev/null @@ -1,18 +0,0 @@ -## Summary - - - -## Verification - - - -## Notes for Reviewers - - - -## Checklist - -- [ ] Documentation updated if user-facing behavior changed -- [ ] Tests added or updated if behavior changed -- [ ] `npm run check` passes -- [ ] You have read and agreed to the repository's Code of Conduct and Contributing guidelines diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..5f40c59 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,35 @@ +## Summary + + + +## Linked issue + + + +## Screenshots + + + +## Verification + + + +## Notes for Reviewers + + + +## Checklist + +- [ ] PR title follows [conventional commit style](https://www.conventionalcommits.org/en/v1.0.0/#summary) — enforced in CI, and determines the release +- [ ] Commits are signed +- [ ] Documentation updated if user-facing behavior changed +- [ ] Tests added or updated if behavior changed +- [ ] `npm run check` passes +- [ ] I have read the [Code of Conduct](https://github.com/reponomics/PolicyChecks/blob/main/CODE_OF_CONDUCT.md) and [Contributing guidelines](https://github.com/reponomics/PolicyChecks/blob/main/CONTRIBUTING.md)