diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b969d6c98..9b9c0f003 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,46 @@ -- [ ] I have read and reviewed the documentation changes to the best of my ability. -- [ ] If the change is significant, I have run the documentation site locally and confirmed it renders as expected. + -**Summary of changes** + + +- [ ] A human has tested these changes. +- [ ] For significant changes, I have previewed the docs site locally (`mint dev`) and confirmed rendering + +--- + +## Why + + + +## Summary + + +- + +## Issue Number + + +## How to Test + + + +## Video/Screenshots + + + +## Type + +- [ ] Bug fix +- [ ] Feature +- [ ] Refactor +- [ ] Breaking change +- [ ] Docs / chore + +## Notes + + \ No newline at end of file