Skip to content
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

COMMUNITY-ROLES: fix broken links #5222

Merged
merged 1 commit into from
Feb 12, 2021
Merged
Changes from all 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
14 changes: 7 additions & 7 deletions COMMUNITY-ROLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ exceptions can always be considered, via open community discussion.)
- **Organization members who remain active for a while should become organization owners.**
Specifically: members of the tldr-pages organization
who remain _active for at least 6 months_
(see `https://github.com/tldr-pages/tldr/blob/master/MAINTAINERS.md#current-organization-members`)
(see [`MAINTAINERS.md`](MAINTAINERS.md#organization-members))
should be invited to become an
[**owner**](https://help.github.com/articles/permission-levels-for-an-organization/)
of the tldr-pages organization.
Expand Down Expand Up @@ -111,8 +111,8 @@ using one of the template messages below as a base.
go to https://github.com/tldr-pages/tldr/settings/collaboration
and add them to the repository as collaborator with write permissions.

3. Open a PR adding their name to the "Current repository collaborators" section
in [MAINTAINERS.md](MAINTAINERS.md).
3. Open a PR adding their name to the "Repository collaborators" section
in [MAINTAINERS.md](MAINTAINERS.md#repository-collaborators).
Make sure to include `Closes #<issue number>` in the PR description.
The issue will then be automatically closed once the PR is merged.

Expand All @@ -138,8 +138,8 @@ using one of the template messages below as a base.
go to https://github.com/orgs/tldr-pages/people
and add them to the organization as a member.

3. Open a PR moving their name to the "Current organization members" section
in [MAINTAINERS.md](MAINTAINERS.md).
3. Open a PR moving their name to the "Organization members" section
in [MAINTAINERS.md](MAINTAINERS.md#organization-members).
Make sure to include `Closes #<issue number>` in the PR description.
The issue will then be automatically closed once the PR is merged.

Expand All @@ -164,8 +164,8 @@ using one of the template messages below as a base.
go to https://github.com/orgs/tldr-pages/people
and change their role from "member" to "owner".

3. Open a PR moving their name to the "Current organization owners" section
in [MAINTAINERS.md](MAINTAINERS.md).
3. Open a PR moving their name to the "Organization owners" section
in [MAINTAINERS.md](MAINTAINERS.md#organization-owners).
Make sure to include `Closes #<issue number>` in the PR description.
The issue will then be automatically closed once the PR is merged.

Expand Down