mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 17:25:55 -05:00
Merge pull request #523 from github/pr-template-clarify
Separate maintainer and contributor jobs
This commit is contained in:
commit
ff0e159f56
2 changed files with 5 additions and 6 deletions
7
.github/CODEOWNERS
vendored
7
.github/CODEOWNERS
vendored
|
@ -1,9 +1,4 @@
|
|||
######################################################################
|
||||
# These owners will be the default owners for everything in the repo #
|
||||
######################################################################
|
||||
* @admiralawkbar @jwiebalk @zkoppert @IAmHughes @nemchik @Hanse00
|
||||
|
||||
####################################################
|
||||
# Adding dependabot for auto merge on dependancies #
|
||||
####################################################
|
||||
* @dependabot[bot]
|
||||
* @admiralawkbar @jwiebalk @zkoppert @IAmHughes @nemchik @Hanse00 @dependabot-bot
|
||||
|
|
4
.github/pull_request-template.md
vendored
4
.github/pull_request-template.md
vendored
|
@ -16,5 +16,9 @@ Fixes #
|
|||
|
||||
## Readiness Checklist
|
||||
|
||||
### Author/Contributor
|
||||
- [ ] If documentation is needed for this change, has that been included in this pull request
|
||||
|
||||
### Reviewing Maintainer
|
||||
- [ ] Label as `breaking` if this is a large fundamental change
|
||||
- [ ] Label as either `automation`, `bug`, `documentation`, `enhancement`, `infrastructure`, or `performance`
|
||||
|
|
Loading…
Reference in a new issue