superlint/.github/pull_request-template.md

32 lines
988 B
Markdown
Raw Normal View History

<!-- 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 -->
<!-- End: issue fix section -->
2020-07-01 23:57:01 -04:00
## Proposed Changes
- ...
- ...
- ...
2020-07-01 23:57:01 -04:00
## Readiness Checklist
2020-07-21 13:08:05 -04:00
In order to have this pull request merged, complete the following tasks.
### Pull request author tasks
- [ ] I included all the needed documentation for this change.
- [ ] I provided the necessary tests.
- [ ] 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/).
- [ ] If this is a breaking change, write upgrade instructions in the [upgrade guide](../docs/upgrade-guide.md).
### Super-linter maintainer tasks
- [ ] Label as `breaking` if this change breaks compatibility with the previous released version.
- [ ] Label as either: `automation`, `bug`, `documentation`, `enhancement`, `infrastructure`.