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
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,29 @@
1
1
<!--
2
-
Thanks for contributing to MongoDB Ops Manager Go Client!
3
-
4
-
Before you submit your pull request, please be sure that you've reviewed our contributing guidelines: https://github.com/mongodb/go-client-mongodb-ops-manager/blob/master/CONTRIBUTING.md
2
+
Thanks for contributing to Atlas App Services Go client!
5
3
6
4
Please fill out the information below to help speed the review along, and hopefully
7
5
the merge of your pull request!
8
6
-->
9
7
10
8
## Proposed changes
11
9
12
-
<!--
10
+
<!--s
13
11
Describe the big picture of your changes here and communicate why we should accept this pull request.
14
12
If it fixes a bug or resolves a feature request, be sure to link to that issue.
15
13
-->
16
14
17
15
_Jira ticket:_
18
16
17
+
## Type of change:
18
+
19
+
-[ ] Bug fix (non-breaking change which fixes an issue).
20
+
-[ ] New feature (non-breaking change which adds functionality).
21
+
-[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected).
22
+
-[ ] This change requires a documentation update
23
+
-[ ] Documentation fix/enhancement
24
+
19
25
<!--
20
-
What MongoDB Ops Manager Go Client issue does this PR address? (for example, #1234), remove this section if none
26
+
What Atlas App Services Go client issue does this PR address? (for example, #1234), remove this section if none
21
27
-->
22
28
23
29
Closes #[issue number]
@@ -29,10 +35,10 @@ Put an `x` in the boxes that apply. You can also fill these out after creating t
29
35
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.
30
36
-->
31
37
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
38
+
-[] I have signed the [MongoDB CLA](https://www.mongodb.com/legal/contributor-agreement)
39
+
-[] I have added tests that prove my fix is effective or that my feature works
40
+
-[] I have added any necessary documentation (if appropriate)
0 commit comments