diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2973a8bfd03..26c48012457 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,36 +1,56 @@ -# Related issue(s) +# Description - + + -Resolves # +## Problem\* -# Description + -## Summary of changes +Resolves - +## Summary\* -## Dependency additions / changes + - +This PR sets out to -## Test additions / changes +### Example - + -# Checklist +Before: -- [ ] I have tested the changes locally. -- [ ] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` with default settings. -- [ ] I have [linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) this PR to the issue(s) that it resolves. -- [ ] I have reviewed the changes on GitHub, line by line. -- [ ] I have ensured all changes are covered in the description. +``` + +``` + +After: + +``` + +``` + +## Documentation -## Documentation needs - [ ] This PR requires documentation updates when merged. - + -# Additional context + - [ ] I will submit a noir-lang/docs PR. - + + + - [ ] I will request for and support Dev Rel's help in documenting this PR. + + + + +## Additional Context + + + +# 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.