diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5951a377e..bd38d70d7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,10 +14,13 @@ _If there is not an existing issue, please make sure we have context on why this _Put any questions or notes for the reviewer here._ # Checklist -- [ ] Unit Tests -- [ ] Documentation -- [ ] Schema (porter.yaml) +- [ ] Did you write tests? +- [ ] Did you write documentation? +- [ ] Did you change porter.yaml or a storage document record? Update the corresponding schema file. +- [ ] If this is your first pull request, please add your name to the bottom of our [Contributors][contributors] list. Thank you for making Porter better! 🙇‍♀️ -If this is your first pull request, please add your name to the bottom of our [Contributors][contributors] list. Thank you for making Porter better! 🙇‍♀️ +# Reviewer Checklist +* Comment with /azp run test-porter-release if a magefile or build script was modified +* Comment with /azp run porter-integration if it's a non-trivial PR -[contributors]: https://porter.sh/src/CONTRIBUTORS.md +[contributors]: https://porter.sh/src/CONTRIBUTORS.md \ No newline at end of file