Skip to content

Commit

Permalink
Meta: Contributor => Collaborator (#3928)
Browse files Browse the repository at this point in the history
The language around contributors and collaborators was inconsistent.

This fixes that, and moves the new role to be "Collaborator".
  • Loading branch information
markmandel authored Jul 30, 2024
1 parent 7222876 commit 96c3d26
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ You can see them on our calendar
[mailing list or Slack](https://agones.dev/site/community/)
for notifications.

## Becoming a Contributor on Agones
## Becoming a Collaborator on Agones

If you have submitted at least one Pull Request and had it merged, you may wish to become an official contributor.
If you have submitted at least one Pull Request and had it merged, you may wish to become an official collaborator.
This will give you the ability to have tickets assigned to you (or you can assign tickets to yourself!).

We have a [community membership guide](./docs/governance/community_membership.md), that outlines the process.
Expand Down
16 changes: 8 additions & 8 deletions docs/governance/community_membership.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ This is based on the [Kubernetes Community Membership](https://github.com/kubern

There are currently two roles for this project, but that may grow in the future.

| Role | Responsibilities | Requirements | Defined by |
|-------------|----------------------------------|--------------------------------------------------------------------|-------------------------------------------------------------------------|
| Contributor | Can have tickets assigned | Have one PR merged | Read access to the Agones repository |
| Releaser | Create Agones releases | Sponsored by 2 approvers | Commit access to the Agones repository |
| Approver | Review and approve contributions | Sponsored by 2 approvers and multiple contributions to the project | Commit access to the Agones repository and [OWNERS] file approver entry |
| Role | Responsibilities | Requirements | Defined by |
|--------------|----------------------------------|--------------------------------------------------------------------|-------------------------------------------------------------------------|
| Collaborator | Can have tickets assigned | Have one PR merged | Read access to the Agones repository |
| Releaser | Create Agones releases | Sponsored by 2 approvers | Commit access to the Agones repository |
| Approver | Review and approve contributions | Sponsored by 2 approvers and multiple contributions to the project | Commit access to the Agones repository and [OWNERS] file approver entry |


## New contributors
Expand All @@ -27,11 +27,11 @@ policies, procedures, conventions, etc., and technical and/or writing ability.
Role-specific expectations, responsibilities, and requirements are enumerated
below.

## Contributor
## Collaborator

For regular contributors that wish to have issues assigned to them, we have the contributor role.
For regular contributors that wish to have issues assigned to them, we have the collaborator role.

To become a contributor, create an issue using the
To become a collaborator, create an issue using the
[become a repo collaborator issue template](https://github.com/googleforgames/agones/issues/new?assignees=thisisnotapril&labels=area%2Fcommunity&projects=&template=become-a-repo-collaborator.md&title=Collaborator+Request)
and we will review it as a team.

Expand Down

0 comments on commit 96c3d26

Please sign in to comment.