Skip to content

Add committee application guideline and committee TOML file #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/pull_requests.toml
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"
]
12 changes: 12 additions & 0 deletions doc/src/general-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,15 @@ Solutions must be automated using one of the tools previously approved and liste
I.e., the action may no longer pass after an update.
This will not impact the approval status of the tool, however,
new solutions that want to employ the tool may need to ensure the action is passing first.

## Committee Applications

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.

For example, if your user login is @rahulku, add the login without @ to the committee member's list,
```
[committee]
members = [
+ "rahulku"
]
```
Loading