superlint/.github/pull_request-template.md
2020-09-05 03:32:19 +09:00

24 lines
623 B
Markdown

<!-- Please ensure your PR title is brief and descriptive for a good changelog entry -->
<!-- Link to issue if there is one -->
<!-- markdownlint-disable -->
Fixes #
<!-- markdownlint-restore -->
<!-- Describe what the changes are -->
## Proposed Changes
1. ...
2. ...
3. ...
## Readiness Checklist
### Author/Contributor
- [ ] If documentation is needed for this change, has that been included in this pull request
### Reviewing Maintainer
- [ ] Label as `breaking` if this is a large fundamental change
- [ ] Label as either `automation`, `bug`, `documentation`, `enhancement`, `infrastructure`, or `performance`