diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..f0832a5c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,42 @@ + + +## Description + + +## Motivation and Context + + + + +## How has this been tested? +- [ ] Have you added an acceptance test for the functionality being added? +- [ ] Have you run the acceptance tests on this branch? + +Output from acceptance testing: + +``` +$ make testacc + +... +``` + +## Types of changes + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to change) + +## Documentation +- [ ] I have updated the documentation (if required) with `make docs` + +## Checklist: +- [ ] My code follows the code style of this project. +- [ ] My change requires a change to the documentation. +- [ ] I have updated the documentation accordingly. +- [ ] I've read the [CONTRIBUTION](https://github.com/fluxcd/terraform-provider-flux/blob/main/CONTRIBUTING.md) guide +- [ ] I have signed-off my commits with `git commit -s` + +## Community Note + +* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritise this request +* If you are interested in working on this issue or have submitted a pull request, please leave a comment