2023-11-30 14:39:36 -05:00
|
|
|
<!-- Start: issue fix section -->
|
|
|
|
<!-- Link to issue if there is one, otherwise remove the "issue fix" section -->
|
2020-07-02 11:46:42 -04:00
|
|
|
<!-- markdownlint-disable -->
|
2020-07-21 13:08:05 -04:00
|
|
|
|
2020-07-01 23:57:01 -04:00
|
|
|
Fixes #
|
2020-07-21 13:08:05 -04:00
|
|
|
|
2020-07-02 11:46:42 -04:00
|
|
|
<!-- markdownlint-restore -->
|
2023-11-30 14:39:36 -05:00
|
|
|
<!-- End: issue fix section -->
|
2020-07-01 23:57:01 -04:00
|
|
|
|
|
|
|
## Proposed Changes
|
|
|
|
|
2023-12-24 11:56:15 -05:00
|
|
|
- ...
|
|
|
|
- ...
|
|
|
|
- ...
|
2020-07-01 23:57:01 -04: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
|
|
|
|
|
|
|
- [ ] 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/).
|
2023-12-24 11:56:15 -05:00
|
|
|
- [ ] If this is a breaking change, write upgrade instructions in the [upgrade guide](../docs/upgrade-guide.md).
|
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`.
|