Merge pull request #523 from github/pr-template-clarify

Separate maintainer and contributor jobs
This commit is contained in:
Lukas Gravley 2020-08-05 13:10:54 -05:00 committed by GitHub
commit ff0e159f56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

7
.github/CODEOWNERS vendored
View file

@ -1,9 +1,4 @@
###################################################################### ######################################################################
# These owners will be the default owners for everything in the repo # # These owners will be the default owners for everything in the repo #
###################################################################### ######################################################################
* @admiralawkbar @jwiebalk @zkoppert @IAmHughes @nemchik @Hanse00 * @admiralawkbar @jwiebalk @zkoppert @IAmHughes @nemchik @Hanse00 @dependabot-bot
####################################################
# Adding dependabot for auto merge on dependancies #
####################################################
* @dependabot[bot]

View file

@ -16,5 +16,9 @@ Fixes #
## Readiness Checklist ## 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 `breaking` if this is a large fundamental change
- [ ] Label as either `automation`, `bug`, `documentation`, `enhancement`, `infrastructure`, or `performance` - [ ] Label as either `automation`, `bug`, `documentation`, `enhancement`, `infrastructure`, or `performance`