From 39d2af4d2c0782025d6eefe455269852eaa8e45e Mon Sep 17 00:00:00 2001 From: JM Faircloth Date: Wed, 26 Jul 2023 10:08:40 -0500 Subject: [PATCH] update PR template --- .github/PULL_REQUEST_TEMPLATE.md | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fa55b147e..898576ce5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,30 +1,34 @@ - -### Community Note +### Description + -* 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" comments, 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/hashicorp/terraform-provider-vault/blob/master/CHANGELOG.md): - -```release-note +### Checklist +- [ ] Added [CHANGELOG](https://github.com/hashicorp/terraform-provider-vault/blob/master/CHANGELOG.md) entry (only for user-facing changes) +- [ ] Acceptance tests where run against all supported Vault Versions -``` -Output from acceptance testing: +### Output from acceptance testing: ``` $ make testacc TESTARGS='-run=TestAccXXX' ... ``` + + + + +### 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" comments, they generate extra noise for pull request followers and do not help prioritize the request + + +