diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c40a385c..6594f851 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,8 +12,7 @@ ## Pull Request Type What kind of change does this Pull Request introduce? - - + ``` [ ] Bugfix [ ] Feature @@ -24,16 +23,37 @@ What kind of change does this Pull Request introduce? ## How to Test -* Test the code - +* Test the code via automated test + +```bash +go test ./... +``` + + +* Additional test steps + ``` +... ``` ## What to Check -Verify that the following are valid +Verify that the following are valid: +* Automated tests are executed successfully + * ... ## Other Information - \ No newline at end of file + + +## Checklist for reviewer + + +The following organizational tasks must be completed before merging this PR: + +* [ ] The PR is assigned to the Terraform project and a status is set (typically "in review"). +* [ ] The PR has the matching labels assigned to it. +* [ ] The PR has a milestone assigned to it. +* [ ] If the PR closes an issue, the issue is referenced. +* [ ] Possible follow-up items are created and linked.