Skip to content

Commit

Permalink
Add links for maintainers file in other files
Browse files Browse the repository at this point in the history
  • Loading branch information
viveksinghggits committed Dec 19, 2024
1 parent ecb67c9 commit e41964e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Regardless of your familiarity with this project, documentation help is always
appreciated.

Once you found an issue that interests you, post a comment to the issue, asking
the maintainers to assign it to you.
the [maintainers](MAINTAINERS.md) to assign it to you.

### Coding Standard

Expand Down Expand Up @@ -131,7 +131,7 @@ In general, smaller pull requests are easier to review and merge than bigger
ones. It's always a good idea to collaborate with the maintainers to determine
how best to break up a big pull request.

Once the maintainers approve your PR, they will label it as `kueue`. The
Once the [maintainers](MAINTAINERS.md) approve your PR, they will label it as `kueue`. The
`mergify` bot will then squash the commits in your PR, and add it to the merge
queue. The bot will auto-merge your work when it's ready.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ If you have any questions or run into issues, feel free to reach out to us on
GitHub issues or pull requests that have been inactive for more than 60 days
will be labeled as stale. If they remained inactive for another 30 days, they
will be automatically closed. To be exempted from the issue lifecycle, discuss
with a maintainer the reasons behind the exemption, and add the `frozen` label
with a [maintainer](MAINTAINERS.md) the reasons behind the exemption, and add the `frozen` label
to the issue or pull request.

If you discovered any security issues, refer to our [`SECURITY.md`](SECURITY.md)
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can report a new vulnerability using

Alternatively you can report it via kanisterio google group "Contact owners and managers" button: https://groups.google.com/g/kanisterio/about

The maintainers will help diagnose the severity of the issue and determine how
The [maintainers](MAINTAINERS.md) will help diagnose the severity of the issue and determine how
to address the issue. Issues deemed to be non-critical will be filed as GitHub
issues. Critical issues will receive immediate attention and be fixed as quickly
as possible. The maintainers will then coordinate a release date with you.
Expand Down
2 changes: 1 addition & 1 deletion releasenotes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ When reviewing a PR, a reviewer should check if there are release notes added if

## Generating changelogs

Changelogs would be generated for each release by maintainers as a part of the release process.
Changelogs would be generated for each release by [maintainers](../MAINTAINERS.md) as a part of the release process.

Changelog can be generated using:

Expand Down

0 comments on commit e41964e

Please sign in to comment.