-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
1ba625f
commit 8620ed0
Showing
2 changed files
with
76 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,4 @@ | ||
## CNCF Community Code of Conduct v1.0 | ||
# Kuma Community Code of Conduct | ||
|
||
Other languages available: | ||
- [Chinese/中文](code-of-conduct-languages/zh.md) | ||
- [German/Deutsch](code-of-conduct-languages/de.md) | ||
- [Spanish/Español](code-of-conduct-languages/es.md) | ||
- [French/Français](code-of-conduct-languages/fr.md) | ||
- [Italian/Italiano](code-of-conduct-languages/it.md) | ||
- [Japanese/日本語](code-of-conduct-languages/jp.md) | ||
- [Korean/한국어](code-of-conduct-languages/ko.md) | ||
- [Ukrainian/Українська](code-of-conduct-languages/uk.md) | ||
- [Russian/Русский](code-of-conduct-languages/ru.md) | ||
- [Portuguese/Português](code-of-conduct-languages/pt.md) | ||
- [Arabic/العربية](code-of-conduct-languages/ar.md) | ||
- [Polish/Polski](code-of-conduct-languages/pl.md) | ||
Kuma follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md). | ||
|
||
### Contributor Code of Conduct | ||
|
||
As contributors and maintainers of this project, and in the interest of fostering | ||
an open and welcoming community, we pledge to respect all people who contribute | ||
through reporting issues, posting feature requests, updating documentation, | ||
submitting pull requests or patches, and other activities. | ||
|
||
We are committed to making participation in this project a harassment-free experience for | ||
everyone, regardless of level of experience, gender, gender identity and expression, | ||
sexual orientation, disability, personal appearance, body size, race, ethnicity, age, | ||
religion, or nationality. | ||
|
||
Examples of unacceptable behavior by participants include: | ||
|
||
* The use of sexualized language or imagery | ||
* Personal attacks | ||
* Trolling or insulting/derogatory comments | ||
* Public or private harassment | ||
* Publishing others' private information, such as physical or electronic addresses, | ||
without explicit permission | ||
* Other unethical or unprofessional conduct. | ||
|
||
Project maintainers have the right and responsibility to remove, edit, or reject | ||
comments, commits, code, wiki edits, issues, and other contributions that are not | ||
aligned to this Code of Conduct. By adopting this Code of Conduct, project maintainers | ||
commit themselves to fairly and consistently applying these principles to every aspect | ||
of managing this project. Project maintainers who do not follow or enforce the Code of | ||
Conduct may be permanently removed from the project team. | ||
|
||
This code of conduct applies both within project spaces and in public spaces | ||
when an individual is representing the project or its community. | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior in Kubernetes may be reported by contacting the [Kubernetes Code of Conduct Committee](https://git.k8s.io/community/committee-code-of-conduct) via <conduct@kubernetes.io>. For other projects, please contact a CNCF project maintainer or our mediator, Mishi Choudhary <mishi@linux.com>. | ||
|
||
This Code of Conduct is adapted from the Contributor Covenant | ||
(http://contributor-covenant.org), version 1.2.0, available at | ||
http://contributor-covenant.org/version/1/2/0/ | ||
|
||
### CNCF Events Code of Conduct | ||
|
||
CNCF events are governed by the Linux Foundation [Code of Conduct](https://events.linuxfoundation.org/code-of-conduct/) available on the event page. This is designed to be compatible with the above policy and also includes more details on responding to incidents. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
default: | ||
labels: | ||
- color: ffaa00 | ||
name: triage/pending | ||
description: "This issue will be looked at on the next triage meeting" | ||
- color: ffaa00 | ||
name: triage/accepted | ||
description: "The issue was reviewed and is complete enough to start working on it" | ||
- color: ffaa00 | ||
name: triage/needs-information | ||
description: "Reviewed and some extra information was asked to the reporter" | ||
- color: ffaa00 | ||
name: triage/stale | ||
description: "Inactive for some time. It will be triaged again" | ||
- color: ffaa00 | ||
name: triage/rotten | ||
description: "closed due to lack of information for too long, rejected feature..." | ||
- color: ffaa00 | ||
name: triage/duplicated | ||
description: "already exists" | ||
- color: ffaa00 | ||
name: triage/not-reproducible | ||
description: "Couldn't reproduce this issue. If you add information remove this label and reopen the issue" | ||
- color: c7def8 | ||
name: kind/bug | ||
description: "A bug" | ||
- color: c7def8 | ||
name: kind/cleanup | ||
description: "Cleanup/refactor an existing component/code" | ||
- color: c7def8 | ||
name: kind/support | ||
description: "Support issue" | ||
- color: c7def8 | ||
name: kind/feature | ||
description: "New feature" | ||
- color: c7def8 | ||
name: kind/docs | ||
description: "About docs" | ||
- color: c7def8 | ||
name: kind/design | ||
description: "Design doc or related" | ||
- color: 7057ff | ||
name: good first issue | ||
description: "Good for newcomers" | ||
- color: e11d21 | ||
name: security | ||
delete: true | ||
# a bunch of labels to remove | ||
- name: bug | ||
delete: true | ||
- name: feature | ||
delete: true | ||
- name: duplicate | ||
delete: true | ||
- name: documentation | ||
delete: true | ||
- name: enhancement | ||
delete: true | ||
- name: help wanted | ||
delete: true | ||
- name: invalid | ||
delete: true | ||
- name: kubernetes | ||
delete: true | ||
- name: policies | ||
delete: true | ||
- name: pr/do not merge | ||
delete: true | ||
- name: question | ||
delete: true | ||
- name: wontfix | ||
delete: true | ||
- name: triage | ||
delete: true |