|
1 | 1 | <!--
|
2 | 2 | Thanks for contributing to MongoDB CLI!
|
3 | 3 |
|
4 |
| -Before you submit your pull request, please be sure that you've reviewed our contributing guidelines: https://github.com/mongodb/mongocli/blob/master/CONTRIBUTING.md |
| 4 | +Before you submit your pull request, please review our contribution guidelines: |
| 5 | +https://github.com/mongodb/mongocli/blob/master/CONTRIBUTING.md |
5 | 6 |
|
6 |
| -Please fill out the information below to help speed the review along, and hopefully |
7 |
| -the merge of your pull request! |
| 7 | +Please fill out the information below to help speed up the review process |
| 8 | +and getting you pull request merged! |
8 | 9 | -->
|
9 | 10 |
|
10 | 11 | ## Proposed changes
|
11 | 12 |
|
12 | 13 | <!--
|
13 |
| -Describe the big picture of your changes here and communicate why we should accept this pull request. |
| 14 | +Describe the big picture of your changes here and communicate why we should accept this pull request. |
14 | 15 | If it fixes a bug or resolves a feature request, be sure to link to that issue.
|
15 | 16 | -->
|
16 | 17 |
|
17 |
| -_Jira ticket:_ |
| 18 | +_Jira ticket:_ CLOUDP-# |
18 | 19 |
|
19 | 20 | <!--
|
20 |
| -What MongoDB CLI issue does this PR address? (for example, #1234), remove this section if none |
| 21 | +What MongoDB CLI issue does this PR address? (for example, #1234), remove this section if none. |
21 | 22 | -->
|
22 | 23 |
|
23 | 24 | Closes #[issue number]
|
24 | 25 |
|
25 | 26 | ## Checklist
|
26 | 27 |
|
27 | 28 | <!--
|
28 |
| -Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, |
29 |
| -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. |
| 29 | +Check the boxes that apply. If you're unsure about any of them, don't hesitate to ask! |
| 30 | +We're here to help! This is simply a reminder of what we are going to look for before merging your code. |
30 | 31 | -->
|
31 | 32 |
|
32 |
| -- [] I have signed the [MongoDB CLA](https://www.mongodb.com/legal/contributor-agreement) |
33 |
| -- [] I have added tests that prove my fix is effective or that my feature works |
34 |
| -- [] I have added any necessary documentation (if appropriate) |
35 |
| -- [] I have run `make fmt` and formatted my code |
| 33 | +- [ ] I have signed the [MongoDB CLA](https://www.mongodb.com/legal/contributor-agreement) |
| 34 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 35 | +- [ ] I have added any necessary documentation (if appropriate) |
| 36 | +- [ ] I have run `make fmt` and formatted my code |
36 | 37 |
|
37 | 38 | ## Further comments
|
38 | 39 |
|
39 | 40 | <!--
|
40 |
| -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... |
| 41 | +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. |
41 | 42 |
|
42 |
| -Alternatively, if this is a very minor, and self-explanitory change, feel free to remove this section. |
| 43 | +Alternatively, if this is a very minor, and self-explanatory change, feel free to remove this section. |
43 | 44 | -->
|
0 commit comments