From 40d132187d2c2ce779883b03c851c654554e8f86 Mon Sep 17 00:00:00 2001 From: sdesai345 Date: Mon, 4 Nov 2024 16:28:42 -0800 Subject: [PATCH] chore: Updated to CNCF CoC, Maintainers file (#670) **Reason for Change**: Updated current Code of Conduct guidelines to follow CNCF CoC and created a Maintainers file, as part of Sandbox project onboarding process. --------- Signed-off-by: sdesai345 --- CODE_OF_CONDUCT.md | 10 +++++----- MAINTAINERS.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 5 deletions(-) create mode 100644 MAINTAINERS.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index f9ba8cf65..43aac2f85 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,9 +1,9 @@ -# Microsoft Open Source Code of Conduct +# KAITO Code of Conduct -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). +This project has adopted the [Cloud Native Compute Foundation Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md). Resources: -- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/) -- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) -- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns +- [Jurisdiction Policy](https://github.com/cncf/foundation/blob/main/code-of-conduct/coc-committee-jurisdiction-policy.md) +- For detailed instructions on how to submit a report, including how to submit a report anonymously, please see the [Incident Resolution Procedures](https://github.com/cncf/foundation/blob/main/code-of-conduct/coc-incident-resolution-procedures.md). +- For incidents occurring in the Kubernetes community, please contact the [Kubernetes Code of Conduct Committee](https://git.k8s.io/community/committee-code-of-conduct) via . \ No newline at end of file diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 000000000..c50002187 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,44 @@ +# Overview + +This page provides contact information for the KAITO maintainers and outlines +their responsibilities. + +## Maintainers + +The following are current KAITO maintainers: + +* Fei Guo @Fei-Guo +* Sachi Desai @sdesai345 + +## Maintainer Responsibilities + +Maintainers are active and visible members of the community. They have +experience with the project and are expected to have the knowledge and +insight to lead its growth, and below are their responsibilities. + +### Uphold Code of Conduct + +Uphold the values and behavior set forward by the +[Code of Conduct](CODE_OF_CONDUCT.md) to ensure a safe and welcoming community. + +### Prioritize Security + +Prioritize reported security vulnerabilities and ensure that they are addressed +in a timely manner. See KAITO's [security policy](SECURITY.md). + +### Review Pull Requests + +Review pull requests regularly with comments, suggestions, decision to reject, +merge or close them. Accept only high quality pull requests. Provide code +reviews and guidance on incoming pull requests to adhere to established +standards and best practices. + +### Triage Open Issues + +Review issues regularly to determine their priority and relevance, with proper +labeling to identify milestones, blockers, complexity, etc. + +### Maintain Overall System Quality + +Maintain healthy test coverage and code quality report score. Avoid dependency +bloat and mitigate breaking changes.