2024-01-04 22:54:47 +01:00
|
|
|
# Proposed changes
|
2020-07-21 12:08:05 -05:00
|
|
|
|
2024-01-04 22:54:47 +01:00
|
|
|
_describe the proposed changes and remove this template text_
|
2020-07-21 12:08:05 -05:00
|
|
|
|
2024-01-04 22:54:47 +01:00
|
|
|
## Readiness checklist
|
2020-07-21 12:08:05 -05:00
|
|
|
|
2023-12-19 19:37:16 +01:00
|
|
|
In order to have this pull request merged, complete the following tasks.
|
|
|
|
|
|
|
|
### Pull request author tasks
|
2023-11-30 20:39:36 +01:00
|
|
|
|
|
|
|
- [ ] I included all the needed documentation for this change.
|
|
|
|
- [ ] I provided the necessary tests.
|
2023-12-19 19:37:16 +01: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 22:54:47 +01:00
|
|
|
- [ ] I wrote the necessary upgrade instructions in the [upgrade guide](../docs/upgrade-guide.md).
|
|
|
|
- [ ] If this pull request is about and existing issue,
|
|
|
|
I added the `Fix #ISSUE_NUMBER` label to the description of the pull request.
|
2020-08-05 10:24:47 -07:00
|
|
|
|
2023-12-19 19:37:16 +01:00
|
|
|
### Super-linter maintainer tasks
|
2023-11-30 20:39:36 +01:00
|
|
|
|
2023-12-19 19:37:16 +01:00
|
|
|
- [ ] Label as `breaking` if this change breaks compatibility with the previous released version.
|
2023-11-30 20:39:36 +01:00
|
|
|
- [ ] Label as either: `automation`, `bug`, `documentation`, `enhancement`, `infrastructure`.
|