From 08475443058cf9da563e6a28bbf7dab95887b040 Mon Sep 17 00:00:00 2001 From: Dan Petersen Date: Mon, 30 Dec 2019 19:22:44 +0100 Subject: [PATCH] Additional community templates --- .github/PULL_REQUEST_TEMPLATE.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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 + +... +```