lint/.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 20:57:01 -07:00
<!-- Link to issue if there is one -->
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 -->
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
- [ ] If documentation is needed for this change, has that been included in this pull request
2020-09-05 03:32:19 +09:00
### Reviewing Maintainer
2020-07-02 08:46:42 -07:00
- [ ] Label as `breaking` if this is a large fundamental change
- [ ] Label as either `automation`, `bug`, `documentation`, `enhancement`, `infrastructure`, or `performance`