Skip to content

Commit c7dd281

Browse files
jaisnanfeliperodri
andauthored
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]>
1 parent df109da commit c7dd281

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.github/pull_requests.toml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[committee]
2+
members = [
3+
"celinval",
4+
"rahulku",
5+
"pnkfelix",
6+
"adpaco-aws",
7+
"feliperodri",
8+
"zhassan-aws",
9+
"remi-delmas-3000",
10+
"qinheping",
11+
"tautschnig",
12+
"jaisnan"
13+
]

doc/src/general-rules.md

+12
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,15 @@ Solutions must be automated using one of the tools previously approved and liste
8181
I.e., the action may no longer pass after an update.
8282
This will not impact the approval status of the tool, however,
8383
new solutions that want to employ the tool may need to ensure the action is passing first.
84+
85+
## Committee Applications
86+
87+
You can apply to be part of the committee by submitting a pull request that adds your GitHub login name to the `pull_request.toml` file.
88+
89+
For example, if your user login is @rahulku, add the login without @ to the committee member's list,
90+
```
91+
[committee]
92+
members = [
93+
+ "rahulku"
94+
]
95+
```

0 commit comments

Comments
 (0)