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