Skip to content

Commit

Permalink
Add committee application guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Jul 2, 2024
1 parent d01ba46 commit e50a55e
Showing 1 changed file with 12 additions and 0 deletions.
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, add @rahulku without @ to the committee member's list,
```
[committee]
members = [
+ "rahulku"
]
```

0 comments on commit e50a55e

Please sign in to comment.