diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..744032a9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,24 @@ + +### Community Note + +* Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request +* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request + + + +Relates OR Closes #0000 + +Release note for [CHANGELOG](https://github.com/terraform-providers/terraform-provider-proxmox/blob/master/CHANGELOG.md): + + +```release-note + +``` + +Output from acceptance testing: + +```sh +$ make test + +... +```