2024-01-04 16:54:47 -05:00
|
|
|
# Proposed changes
|
2020-07-21 13:08:05 -04:00
|
|
|
|
2024-01-04 16:54:47 -05:00
|
|
|
_describe the proposed changes and remove this template text_
|
2020-07-21 13:08:05 -04:00
|
|
|
|
2024-01-04 16:54:47 -05:00
|
|
|
## Readiness checklist
|
2020-07-21 13:08:05 -04:00
|
|
|
|
2023-12-19 13:37:16 -05:00
|
|
|
In order to have this pull request merged, complete the following tasks.
|
|
|
|
|
|
|
|
### Pull request author tasks
|
2023-11-30 14:39:36 -05:00
|
|
|
|
2024-05-25 10:07:02 -04:00
|
|
|
- [ ] I checked that all workflows return a success.
|
2023-11-30 14:39:36 -05:00
|
|
|
- [ ] I included all the needed documentation for this change.
|
|
|
|
- [ ] I provided the necessary tests.
|
2023-12-19 13:37:16 -05:00
|
|
|
- [ ] I squashed all the commits into a single commit.
|
|
|
|
- [ ] I followed the [Conventional Commit v1.0.0 spec](https://www.conventionalcommits.org/en/v1.0.0/).
|
2024-01-04 16:54:47 -05:00
|
|
|
- [ ] I wrote the necessary upgrade instructions in the [upgrade guide](../docs/upgrade-guide.md).
|
|
|
|
- [ ] If this pull request is about and existing issue,
|
2024-05-25 10:07:02 -04:00
|
|
|
I added the `Fix #ISSUE_NUMBER` or `Close #ISSUE_NUMBER` text to the description of the pull request.
|
2020-08-05 13:24:47 -04:00
|
|
|
|
2023-12-19 13:37:16 -05:00
|
|
|
### Super-linter maintainer tasks
|
2023-11-30 14:39:36 -05:00
|
|
|
|
2023-12-19 13:37:16 -05:00
|
|
|
- [ ] Label as `breaking` if this change breaks compatibility with the previous released version.
|
2023-11-30 14:39:36 -05:00
|
|
|
- [ ] Label as either: `automation`, `bug`, `documentation`, `enhancement`, `infrastructure`.
|
2024-05-25 10:07:02 -04:00
|
|
|
- [ ] Add the pull request to a milestone, eventually creating one, that matches with the version that release-please proposes.
|