Skip to content

Commit 8b9fb19

Browse files
authored
chore: Adding checkbox for changelog updates (#6012)
1 parent 45fe7da commit 8b9fb19

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

.github/pull_request_template.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Prepend '[WIP]' to the title if this PR is still a work-in-progress. Remove it when it is ready for review! -->
1+
<!-- Keep this PR in draft while it is still a work-in-progress. Mark it as ready for review once it is ready for review by maintainers. -->
22

33
## Description
44

@@ -14,15 +14,7 @@ Read the [Gruntwork contribution guidelines](https://gruntwork.notion.site/Grunt
1414
- [ ] I am submitting code based on open source software (e.g. MIT, MPL-2.0, Apache)
1515
- [ ] I am adding or upgrading a dependency or adapted code and confirm it has a compatible open source license
1616
- [ ] Update the docs.
17+
- [ ] Update the changelog in the docs.
1718
- [ ] Run the relevant tests successfully, including pre-commit checks.
18-
- [ ] Include release notes. If this PR is backward incompatible, include a migration guide.
19-
20-
## Release Notes (draft)
21-
22-
<!-- One-line description of the PR that can be included in the final release notes. -->
23-
Added / Removed / Updated [X].
24-
25-
### Migration Guide
26-
27-
<!-- Important: If you made any backward incompatible changes, then you must write a migration guide! -->
28-
19+
- [ ] This change is backwards compatible.
20+
- [ ] If this change is not forwards compatible (e.g. a new feature), it is gated behind a feature flag.

0 commit comments

Comments
 (0)