superlint/.github/pull_request-template.md
Marco Ferrari b9142fcb8a
Move dependency updates to a dedicated section (#4898)
* Move dependency updates to a dedicated section

* Don't mention 'performance' in the PR template

* Fix linting errors
2023-11-30 19:39:36 +00:00

29 lines
698 B
Markdown

<!-- 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 -->
<!-- markdownlint-disable -->
Fixes #
<!-- markdownlint-restore -->
<!-- End: issue fix section -->
<!-- Describe what the changes are -->
## Proposed Changes
1. ...
2. ...
3. ...
## Readiness Checklist
### Author/Contributor
- [ ] I included all the needed documentation for this change.
- [ ] I provided the necessary tests.
### Reviewing Maintainer
- [ ] Label as `breaking` if this is a large, fundamental change.
- [ ] Label as either: `automation`, `bug`, `documentation`, `enhancement`, `infrastructure`.