forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add committee application guideline and committee TOML file (#32)
This PR adds 1. An empty committee `toml` file as a cache that will be used by the CI workflow to check if the approvers belong to the committee. 2. Some simple guidelines for users to apply to become a part of the committee. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses. --------- Co-authored-by: Felipe R. Monteiro <[email protected]>
- Loading branch information
1 parent
df109da
commit c7dd281
Showing
2 changed files
with
25 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,13 @@ | ||
[committee] | ||
members = [ | ||
"celinval", | ||
"rahulku", | ||
"pnkfelix", | ||
"adpaco-aws", | ||
"feliperodri", | ||
"zhassan-aws", | ||
"remi-delmas-3000", | ||
"qinheping", | ||
"tautschnig", | ||
"jaisnan" | ||
] |
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