-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CODEOWNERS, MAINTAINERS, PR template, enable DCO
Signed-off-by: Brad Davidson <[email protected]>
- Loading branch information
Showing
4 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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... --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
require: | ||
members: false |
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* @rancher/k3s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |