From f12d420cd99887ebdc418e9ad9e1c387fe32350a Mon Sep 17 00:00:00 2001 From: Jonah Kowall Date: Tue, 16 Apr 2024 19:26:25 -0400 Subject: [PATCH] Update security files and other governance files for best practices (#5365) Only changes in md for this one Adding MAINTAINERS.md, and fixing a 404 in GOVERNANCE.md Fixing CODE_OF_CONDUCT per template : https://github.com/cncf/project-template/blob/main/CODE_OF_CONDUCT.md Working on : https://github.com/jaegertracing/jaeger/issues/5363 --------- Signed-off-by: Jonah Kowall Co-authored-by: Yuri Shkuro --- CODE_OF_CONDUCT.md | 2 ++ GOVERNANCE.md | 2 +- MAINTAINERS.md | 13 +++++++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 MAINTAINERS.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 7d925c306d1..b41f752b29e 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,3 +1,5 @@ ## Community Code of Conduct Jaeger follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md). + +Please contact the [Jaeger Maintainers](mailto:cncf-jaeger-maintainers@lists.cncf.io) or the [CNCF Code of Conduct Committee](mailto:conduct@cncf.io) in order to report violations of the Code of Conduct. diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 1f046b0d9e3..2a1ef599bbe 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -5,7 +5,7 @@ This document defines governance policies for the Jaeger project. ## Maintainers Jaeger Maintainers have write access to the Jaeger GitHub repository https://github.com/jaegertracing/jaeger. -They can merge their own patches or patches from others. The current maintainers can be found in [CODEOWNERS](./CODEOWNERS). +They can merge their own patches or patches from others. The current maintainers can be found in [MAINTAINERS](./MAINTAINERS.md). This privilege is granted with some expectation of responsibility: maintainers are people who care about the Jaeger project and want to help it grow and improve. A maintainer is not just someone who can make changes, but someone who has demonstrated his or her ability to collaborate with the team, get the most knowledgeable people to review code, contribute high-quality code, and follow through to fix issues (in code or tests). diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 00000000000..ce389132541 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,13 @@ +The current Maintainers Group for the Jaeger Project consists of: + +| Name | Employer | Responsibilities | +| ---- | -------- | ---------------- | +| [@albertteoh](https://github.com/albertteoh) | PackSmith | All | +| [@jkowall](https://github.com/jkowall) | Aiven | ALL | +| [@joe-elliott](https://github.com/joe-elliott) | Grafana Labs | ALL | +| [@pavolloffay](https://github.com/pavolloffay) | RedHat | ALL | +| [@yurishkuro](https://github.com/yurishkuro) | Meta | ALL | + +This list must be kept in sync with the [CNCF Project Maintainers list](https://github.com/cncf/foundation/blob/master/project-maintainers.csv). + +See [the project Governance](./GOVERNANCE.md) for how maintainers are selected and replaced.