Skip to content

Commit

Permalink
create a team for org members, grant triage permissions (#80)
Browse files Browse the repository at this point in the history
* create a team for org members, grant triage permissions

Signed-off-by: Ian Rudie <[email protected]>

* rename 'members' to 'org-members'

Signed-off-by: Ian Rudie <[email protected]>

* update apply to be a member template

Signed-off-by: Ian Rudie <[email protected]>

* update org member instructions in ladder

Signed-off-by: Ian Rudie <[email protected]>

---------

Signed-off-by: Ian Rudie <[email protected]>
  • Loading branch information
ilrudie authored Feb 18, 2025
1 parent 2d92c10 commit 0df1bdc
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE/apply_to_be_a_member.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ Requirements:
- [ ] I have enabled [2FA](https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa) on my GitHub account
- [ ] I have joined #kgateway channel on the [CNCF slack](https://slack.cncf.io)
- [ ] In this PR, I have added my GitHub username to the `orgs.kgateway-dev.members` list in [org.yaml](https://github.com/kgateway-dev/community/blob/main/org.yaml) (maintaining alphabetical order)
- [ ] In this PR, I have added my GitHub username to the `orgs.kgateway-dev.teams.org-members.members` list in [org.yaml](https://github.com/kgateway-dev/community/blob/main/org.yaml) (maintaining alphabetical order)

Provide a link to at least one PR that you have successfully pushed to one of the project's repos:
4 changes: 2 additions & 2 deletions CONTRIBUTOR_LADDER.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To apply to become a member of the kgateway-dev organization on GitHub, please o
1. Use the [membership request template](.github/PULL_REQUEST_TEMPLATE/apply_to_be_a_member.md). This template is linked from the default template when you open a PR, or you can paste this URL in your browser `https://github.com/kgateway-dev/community/compare/main...<my-fork>:<my-branch>?quick_pull=1&title=Request%20org%20membership%20for%20<user>&labels=membership&template=apply_to_be_a_member.md`, replacing:
- `<my-fork>:<my-branch>` with your fork/branch name, and
- `<user>` with your GitHub username
1. Add your GitHub username to the list of members (under `orgs.kgateway-dev.members`) in our [organization file](./org.yaml). Please add your name in the correct alphabetical order to maintain a tidy organization file.
1. Add your GitHub username to the list of members (under `orgs.kgateway-dev.members` and `orgs.kgateway-dev.teams.org-members.members`) in our [organization file](./org.yaml). Please add your name in the correct alphabetical order to maintain a tidy organization file.

### Maintainer

Expand Down Expand Up @@ -101,4 +101,4 @@ Involuntary removal or demotion is handled through a vote by a majority of the c

If and when contributors' commitment levels change, contributors can consider stepping down (moving down the contributor ladder) vs moving to emeritus status (completely stepping away from the project).

Contact the maintainers in our [CNCF slack](https://cloud-native.slack.com/archives/C080D3PJMS4) about changing to Emeritus status, or reducing your contributor level.
Contact the maintainers in our [CNCF slack](https://cloud-native.slack.com/archives/C080D3PJMS4) about changing to Emeritus status, or reducing your contributor level.
42 changes: 41 additions & 1 deletion org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,44 @@ orgs:
- kdorosh
- tjons
privacy: closed

org-members:
description: Members of the org; may triage
maintainers:
- gateway-bot
- ilevine
- ilrudie
- jenshu
- linsun
- nfuden
- sam-heilbron
- williamgrh
- yuval-k
members:
- arianaw66
- artberger
- ashleywang1
- craigbox
- danehans
- davidjumani
- EItanya
- ilackarms
- jahvon
- jbohanon
- josh-pritchard
- kdorosh
- kevin-shelaga
- lgadban
- Nadine2016
- npolshakova
- Rachael-Graham
- saiskee
- shashankram
- sheidkamp
- Sodman
- stevenctl
- timflannagan
- tjons
- wendeh
privacy: closed
repos:
.default: triage

0 comments on commit 0df1bdc

Please sign in to comment.