diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0f0b953be77..3f46dd6161d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,66 +1,25 @@ -## What type of PR is this? (check all applicable) + -- [ ] Refactor -- [ ] Feature -- [ ] Bug Fix -- [ ] Optimization -- [ ] Documentation Update -- [ ] Community Node Submission +## Summary + -## Have you discussed this change with the InvokeAI team? -- [ ] Yes -- [ ] No, because: +## Related Issues / Discussions - -## Have you updated all relevant documentation? -- [ ] Yes -- [ ] No + +## QA Instructions -## Description - - -## Related Tickets & Documents - - - -- Related Issue # -- Closes # - -## QA Instructions, Screenshots, Recordings - - + ## Merge Plan - + -## Added/updated tests? +## Checklist -- [ ] Yes -- [ ] No : _please replace this line with details on why tests - have not been included_ + -## [optional] Are there any post deployment tasks we need to perform? +- [ ] The PR has a short but descriptive title +- [ ] Tests added / updated +- [ ] Documentation added / updated