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

doc: fixing broken md links #1296

Merged
merged 2 commits into from
Apr 23, 2024
Merged
Changes from 1 commit
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
24 changes: 12 additions & 12 deletions conduct/COC_TEAM_CHARTER.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,38 @@ If you want to report an incident, go to [code-of-conduct.openjsf.org][CoC].

# Code of Conduct Team Charter

The Cross Project Council (CPC) delegates enforcement of the [Code of Conduct][CoC] to the Code of Conduct Team (CoC Team) through this Code of Conduct Team Charter. This charter defines the composition and roles of the CoC Team, along with CoC team responsibilities and operations.
The Cross Project Council (CPC) delegates enforcement of the [Code of Conduct](CoC) to the Code of Conduct Team (CoC Team) through this Code of Conduct Team Charter. This charter defines the composition and roles of the CoC Team, along with CoC team responsibilities and operations.
ljharb marked this conversation as resolved.
Show resolved Hide resolved

## Responsibilities

The CoC Team's responsibilities are to:

- Handle code of conduct [incident reports][incident report].
- Handle code of conduct [escalation requests][escalation].
- Handle code of conduct [appeals][appeal].
- Handle code of conduct [incident reports](incident report).
- Handle code of conduct [escalation requests](escalation).
- Handle code of conduct [appeals](appeal).
ljharb marked this conversation as resolved.
Show resolved Hide resolved
- Keep the CPC up to date on cases requiring the CPC's attention.
- Provide regular transparency reports to the CPC.
- Uphold this charter, the [code of conduct][CoC], and the [code of conduct policy][CoC Policy].
- Uphold this charter, the [code of conduct](CoC), and the [code of conduct policy](CoC Policy).

## CoC Team Structure

The CoC Team is composed of five (5) [primary members][#primary-members] and a variable number of [alternate community members][#alternate-community-members].
The CoC Team is composed of five (5) [primary members](#primary-members) and a variable number of [alternate community members](#alternate-community-members).

### Primary members

Primary members are CoC Team members responsible for [handling cases][#handling-cases].
Primary members are CoC Team members responsible for [handling cases](#handling-cases).

The five primary members are:

* The OpenJS Foundation Executive Director
* The OpenJS Foundation Communications Manager
* Three (3) community members

The name and email address of the primary members are documented in the [code of conduct][primary members].
The name and email address of the primary members are documented in the [code of conduct](primary members).

### Alternate community members

Alternate community members are CoC Team Members who are available as backup when there aren't enough primary community members available to [handle a case][#handling-cases].
Alternate community members are CoC Team Members who are available as backup when there aren't enough primary community members available to [handle a case](#handling-cases).

### Member selection

Expand All @@ -53,8 +53,8 @@ Candidates must meet the [eligibility requirements](#eligibility).

Primary and alternate community members of the CoC Team must:

* Commit to uphold the Foundation's [Code of Conduct][CoC]
* Commit to uphold the Foundation's [Code of Conduct Policy][CoC Policy]
* Commit to uphold the Foundation's [Code of Conduct](CoC)
* Commit to uphold the Foundation's [Code of Conduct Policy](CoC Policy)
* Commit to uphold this charter
* Be willing to treat every accused individual in the same way regardless of the impact of their contributions to open source

Expand All @@ -76,7 +76,7 @@ Appeals to responses provided by the CoC Team itself should be handled by a diff

## Decision making process

The CoC Team uses the Cross Project Council's [Decision Making Process][decision-making].
The CoC Team uses the Cross Project Council's [Decision Making Process](decision-making).


[CoC]: https://code-of-conduct.openjsf.org/
Expand Down
Loading