Skip to content

Commit

Permalink
Add CODEOWNERS, MAINTAINERS, PR template, enable DCO
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond authored and Craig Jellick committed Aug 28, 2020
1 parent 3f3c7f5 commit 9a0e03d
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!-- HTML Comments can be left in place or removed. -->

#### Proposed Changes ####

<!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. -->

#### Types of Changes ####

<!-- What types of changes does your code introduce to RKE2? Bugfix, New Feature, Breaking Change, etc -->

#### Verification ####

<!-- How can the changes be verified? Please provide whatever additional information necessary to help verify the proposed changes. -->

#### Linked Issues ####

<!-- Link any related issues, pull-requests, or commit hashes that are relevant to this pull request. If you are opening a PR without a corresponding issue please consider creating one first, at https://github.com/rancher/rke2/issues . A functional example will greatly help QA with verifying/reproducing a bug or testing new features. -->

#### Further Comments ####

<!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->

2 changes: 2 additions & 0 deletions .github/dco.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require:
members: false
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @rancher/k3s
12 changes: 12 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# The following is the list of current RKE2 maintainers
# Github ID, Name, Email Address

brandond, Brad Davidson, [email protected]
briandowns, Brian Downs, [email protected]
cjellick, Craig Jellick, [email protected]
dweomer, Jacob Blain Christen, [email protected]
erikwilson, Erik Wilson, [email protected]
galal-hussein, Hussein Galal, [email protected]
ibuildthecloud, Darren Shepherd, [email protected]
MonzElmasry, Menna Elmasry, [email protected]
Oats87, Chris Kim, [email protected]

0 comments on commit 9a0e03d

Please sign in to comment.