From 9ee2da873d716e55b2015f1622196ba64980bd4d Mon Sep 17 00:00:00 2001 From: Marco Suma Date: Thu, 16 Nov 2023 13:43:01 +0100 Subject: [PATCH] chore: updates PR template to add a checklist item for credentials verification. (#1628) --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fd086d30a4..d2eb15d0ab 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -16,6 +16,7 @@ Link to any related issue(s): - [ ] I have signed the [MongoDB CLA](https://www.mongodb.com/legal/contributor-agreement) - [ ] I have read the [contribution guidelines](https://github.com/mongodb/terraform-provider-mongodbatlas/blob/master/CONTRIBUTING.md) +- [ ] I have checked that this change does not generate any credentials and that **they are NOT accidentally logged anywhere**. - [ ] I have added tests that prove my fix is effective or that my feature works per HashiCorp requirements - [ ] I have added any necessary documentation (if appropriate) - [ ] I have run make fmt and formatted my code