-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d372e28
commit 6ed06a4
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
## Proposed changes | ||
|
||
<!-- | ||
Describe the big picture of your changes here and communicate why we should accept this pull request. | ||
If it fixes a bug or resolves a feature request, be sure to link to that issue. | ||
--> | ||
|
||
_Jira ticket:_ CLOUDP-# | ||
|
||
<!-- | ||
What issue does this PR address? (for example, #1234), remove this section if none. | ||
--> | ||
|
||
Closes #[issue number] | ||
|
||
## Checklist | ||
|
||
<!-- | ||
Check the boxes that apply. If you're unsure about any of them, don't hesitate to ask! | ||
We're here to help! This is simply a reminder of what we are going to look for before merging your code. | ||
--> | ||
|
||
- [ ] I have signed the [MongoDB CLA](https://www.mongodb.com/legal/contributor-agreement) | ||
- [ ] I have added tests that prove my fix is effective or that my feature works | ||
- [ ] I have updated [test/README.md](https://github.com/mongodb/mongodb-atlas-cli/blob/master/test/README.md) (if an e2e test has been added) | ||
- [ ] I have run `make fmt` and formatted my code | ||
|
||
## Further comments | ||
|
||
<!-- | ||
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc. | ||
Alternatively, if this is a very minor, and self-explanatory change, feel free to remove this section. | ||
--> |