You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please include a summary of the fix/feature/change, including any relevant motivation and context.
4
+
5
+
Link to any related issue(s):
6
+
7
+
## Type of change:
8
+
9
+
-[ ] Bug fix (non-breaking change which fixes an issue). Please, add the "bug" label to the PR.
10
+
-[ ] New feature (non-breaking change which adds functionality). Please, add the "enhancement" label to the PR. A migration guide must be created or updated if the new feature will go in a major version.
11
+
-[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected). Please, add the "breaking change" label to the PR. A migration guide must be created or updated.
12
+
-[ ] This change requires a documentation update
13
+
-[ ] Documentation fix/enhancement
14
+
15
+
## Required Checklist:
16
+
17
+
-[ ] I have signed the [MongoDB CLA](https://www.mongodb.com/legal/contributor-agreement)
18
+
-[ ] I have read the [contributing guides](https://github.com/mongodb-labs/atlas-cli-plugin-terraform/blob/master/CONTRIBUTING.md)
19
+
-[ ] I have checked that this change does not generate any credentials and that **they are NOT accidentally logged anywhere**.
20
+
-[ ] I have added tests that prove my fix is effective or that my feature works per HashiCorp requirements
21
+
-[ ] I have added any necessary documentation (if appropriate)
22
+
-[ ] I have run make fmt and formatted my code
23
+
-[ ] If changes include deprecations or removals I have added appropriate changelog entries.
24
+
-[ ] If changes include removal or addition of 3rd party GitHub actions, I updated our internal document. Reach out to the APIx Integration slack channel to get access to the internal document.
0 commit comments