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
Have any questions? Check out the contributing docs at https://gruntwork.notion.site/Gruntwork-Coding-Methodology-02fdcd6e4b004e818553684760bf691e,
3
+
or ask in this Pull Request and a Gruntwork core maintainer will be happy to help :)
4
+
Note: Remember to add '[WIP]' to the beginning of the title if this PR is still a work-in-progress. Remove it when it is ready for review!
5
+
-->
6
+
7
+
## Description
8
+
9
+
<!-- Write a brief description of the changes introduced by this PR -->
10
+
11
+
### Documentation
12
+
13
+
<!--
14
+
If this is a feature PR, then where is it documented?
15
+
16
+
- If docs exist:
17
+
- Update any references, if relevant.
18
+
- If no docs exist:
19
+
- Create a stub for documentation including bullet points for how to use the feature, code snippets (including from happy path tests), etc.
20
+
-->
21
+
22
+
<!-- Important: Did you make any backward incompatible changes? If yes, then you must write a migration guide! -->
23
+
24
+
## TODOs
25
+
26
+
Please ensure all of these TODOs are completed before asking for a review.
27
+
28
+
-[ ] Ensure the branch is named correctly with the issue number. e.g: `feature/new-vpc-endpoints-955` or `bug/missing-count-param-434`.
29
+
-[ ] Update the docs.
30
+
-[ ] Keep the changes backward compatible where possible.
31
+
-[ ] Run the pre-commit checks successfully.
32
+
-[ ] Run the relevant tests successfully.
33
+
-[ ] Ensure any 3rd party code adheres with our [license policy](https://www.notion.so/gruntwork/Gruntwork-licenses-and-open-source-usage-policy-f7dece1f780341c7b69c1763f22b1378) or delete this line if its not applicable.
34
+
35
+
36
+
## Related Issues
37
+
38
+
<!--
39
+
Link to related issues, and issues fixed or partially addressed by this PR.
0 commit comments