mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
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
This commit is contained in:
parent
d19efe3071
commit
b9142fcb8a
2 changed files with 13 additions and 7 deletions
15
.github/pull_request-template.md
vendored
15
.github/pull_request-template.md
vendored
|
@ -1,10 +1,12 @@
|
||||||
<!-- Please ensure your PR title is brief and descriptive for a good changelog entry -->
|
<!-- Ensure that your PR title is brief and descriptive. -->
|
||||||
<!-- Link to issue if there is one -->
|
<!-- Start: issue fix section -->
|
||||||
|
<!-- Link to issue if there is one, otherwise remove the "issue fix" section -->
|
||||||
<!-- markdownlint-disable -->
|
<!-- markdownlint-disable -->
|
||||||
|
|
||||||
Fixes #
|
Fixes #
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
<!-- End: issue fix section -->
|
||||||
|
|
||||||
<!-- Describe what the changes are -->
|
<!-- Describe what the changes are -->
|
||||||
|
|
||||||
|
@ -17,8 +19,11 @@ Fixes #
|
||||||
## Readiness Checklist
|
## Readiness Checklist
|
||||||
|
|
||||||
### Author/Contributor
|
### Author/Contributor
|
||||||
- [ ] If documentation is needed for this change, has that been included in this pull request
|
|
||||||
|
- [ ] I included all the needed documentation for this change.
|
||||||
|
- [ ] I provided the necessary tests.
|
||||||
|
|
||||||
### Reviewing Maintainer
|
### Reviewing Maintainer
|
||||||
- [ ] Label as `breaking` if this is a large fundamental change
|
|
||||||
- [ ] Label as either `automation`, `bug`, `documentation`, `enhancement`, `infrastructure`, or `performance`
|
- [ ] Label as `breaking` if this is a large, fundamental change.
|
||||||
|
- [ ] Label as either: `automation`, `bug`, `documentation`, `enhancement`, `infrastructure`.
|
||||||
|
|
5
.github/release-drafter.yml
vendored
5
.github/release-drafter.yml
vendored
|
@ -22,9 +22,10 @@ categories:
|
||||||
- 'infrastructure'
|
- 'infrastructure'
|
||||||
- 'automation'
|
- 'automation'
|
||||||
- 'documentation'
|
- 'documentation'
|
||||||
|
- 'performance'
|
||||||
|
- title: 'Dependency updates'
|
||||||
|
labels:
|
||||||
- 'dependencies'
|
- 'dependencies'
|
||||||
- title: '🏎 Performance'
|
|
||||||
label: 'performance'
|
|
||||||
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
||||||
version-resolver:
|
version-resolver:
|
||||||
major:
|
major:
|
||||||
|
|
Loading…
Reference in a new issue