Skip to content

Commit

Permalink
fix file links
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
  • Loading branch information
inteon committed Aug 14, 2023
1 parent 7456e0f commit b089f7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Members are expected to remain active contributors.
Reviewers are able to review code for quality and correctness on some part of cert-manager.
They are knowledgeable about both the codebase and software engineering principles.

**Defined by:** `reviewers` entry in the cert-manager [OWNERS][] file
**Defined by:** `reviewers` entry in the cert-manager [OWNERS](./OWNERS) file

### Requirements
- You must be a contributor.
Expand Down Expand Up @@ -93,7 +93,7 @@ They are knowledgeable about both the codebase and software engineering principl

Code approvers are able to both review and approve code contributions. While code review is focused on code quality and correctness, approval is focused on holistic acceptance of a contribution including: backwards / forwards compatibility, adhering to API and flag conventions, subtle performance and correctness issues, interactions with other parts of the system, etc.

**Defined by:** `approvers` entry in the cert-manager [OWNERS][] file
**Defined by:** `approvers` entry in the cert-manager [OWNERS](./OWNERS) file

### Requirements
- You must be a reviewer.
Expand All @@ -120,7 +120,7 @@ Code approvers are able to both review and approve code contributions. While cod
Someone who can communicate with the CNCF on behalf of the project and who can
participate in a "maintainers vote".

**Defined by:** the list in the [MAINTAINERS.md][] file
**Defined by:** the list in the [MAINTAINERS.md](./MAINTAINERS.md) file

### Requirements
- You must be an approver.
Expand Down Expand Up @@ -156,7 +156,7 @@ If a maintainer is no longer interested in or cannot perform the duties listed
above, they should move themselves to emeritus status. If necessary, this can
also occur through the decision-making process outlined above.

A review of the [MAINTAINERS.md][] file is performed every year by the current maintainers.
A review of the [MAINTAINERS.md](./MAINTAINERS.md) file is performed every year by the current maintainers.
During this review, the maintainers that have not been active in the last 18 months
are asked whether they would like to become an emeritus maintainer, they are expected
to respond within 30 days. If they do not respond, they will automatically be moved to
Expand Down

0 comments on commit b089f7f

Please sign in to comment.