Skip to content

Commit

Permalink
Merge branch 'main' into challenge-0003-ptr-arith
Browse files Browse the repository at this point in the history
  • Loading branch information
celinval authored Jul 3, 2024
2 parents 8a32992 + c7dd281 commit e4f13e5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
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"
]
```

0 comments on commit e4f13e5

Please sign in to comment.