superlint/.github/pull_request-template.md

25 lines
623 B
Markdown
Raw Normal View History

<!-- Please ensure your PR title is brief and descriptive for a good changelog entry -->
2020-07-01 23:57:01 -04:00
<!-- Link to issue if there is one -->
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 -->
2020-07-01 23:57:01 -04:00
<!-- Describe what the changes are -->
2020-07-21 13:08:05 -04:00
2020-07-01 23:57:01 -04:00
## Proposed Changes
2020-07-21 14:14:11 -04:00
1. ...
2. ...
3. ...
2020-07-01 23:57:01 -04:00
## Readiness Checklist
2020-07-21 13:08:05 -04:00
### Author/Contributor
- [ ] If documentation is needed for this change, has that been included in this pull request
2020-09-04 14:32:19 -04:00
### Reviewing Maintainer
2020-07-02 11:46:42 -04:00
- [ ] Label as `breaking` if this is a large fundamental change
- [ ] Label as either `automation`, `bug`, `documentation`, `enhancement`, `infrastructure`, or `performance`