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 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
<!-- 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
- [ ] I included all the needed documentation for this change.
- [ ] I provided the necessary tests.
2020-09-04 14:32:19 -04:00
### Reviewing Maintainer
- [ ] Label as `breaking` if this is a large, fundamental change.
- [ ] Label as either: `automation`, `bug`, `documentation`, `enhancement`, `infrastructure`.