Skip to content

Commit 9782f45

Browse files
committed
PR template
1 parent 873b30f commit 9782f45

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/pull_request_template.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Description
2+
3+
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.
25+
26+
## Further comments

0 commit comments

Comments
 (0)