superlint/.github/pull_request-template.md

30 lines
698 B
Markdown
Raw Normal View History

<!-- Ensure that your PR title is brief and descriptive. -->
<!-- Start: issue fix section -->
<!-- Link to issue if there is one, otherwise remove the "issue fix" section -->
2020-07-02 08:46:42 -07:00
<!-- markdownlint-disable -->
2020-07-21 12:08:05 -05:00
2020-07-01 20:57:01 -07:00
Fixes #
2020-07-21 12:08:05 -05:00
2020-07-02 08:46:42 -07:00
<!-- markdownlint-restore -->
<!-- End: issue fix section -->
2020-07-01 20:57:01 -07:00
<!-- Describe what the changes are -->
2020-07-21 12:08:05 -05:00
2020-07-01 20:57:01 -07:00
## Proposed Changes
2020-07-21 13:14:11 -05:00
1. ...
2. ...
3. ...
2020-07-01 20:57:01 -07:00
## Readiness Checklist
2020-07-21 12:08:05 -05:00
### Author/Contributor
- [ ] I included all the needed documentation for this change.
- [ ] I provided the necessary tests.
2020-09-05 03:32:19 +09:00
### Reviewing Maintainer
- [ ] Label as `breaking` if this is a large, fundamental change.
- [ ] Label as either: `automation`, `bug`, `documentation`, `enhancement`, `infrastructure`.