Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 5.03 KB

GOVERNANCE.md

File metadata and controls

65 lines (38 loc) · 5.03 KB

Governance

This document describes the governance process under which the KubeVela community will manage all repositories inside the organizations.

Code of Conduct

The KubeVela community abides by the CNCF Code of Conduct.

As a member of the KubeVela project, you represent the project and your fellow contributors. We value our community tremendously and we would like to keep cultivating a friendly and collaborative environment for our contributors and users. We want everyone in the community to have positive experiences.

Meetings

  • KubeVela currently hosts weekly community meetings that are open to the public.
  • The meetings serve as a primary source to present, discuss, and review PRs that have been merged or are in the process of being merged to the projects under KubeVela org.
  • It is strongly suggested and encouraged that offline reviews are undertaken to gauge the group's opinion on the proposed change before the meeting. Comments on the PRs will foster communication and might accelerate and ease the review process.
  • During meetings, priority will be given to PRs that appear to need discussion over those that can be handled offline.
  • Not every PR has to be discussed in an online meeting to be merged.
  • Non-substantial PRs (e.g., fixing of typos, small bug fixes) might be processed offline without being mentioned in an online meeting.

Contributing

The process of contributing to KubeVela is described in the Contributing document. We encourage you to take a look at it before opening a PR.

The document explains in detail how to get started, and describes the process for getting your change merged into the KubeVela projects.

KubeVela Enhancement Proposals

Proposing new functionality for KubeVela is a transparent process done via a so-called KubeVela Enhancement Proposal. This is required when the proposed functionality is intended to introduce new behaviour, change desired behaviour, or otherwise modify the requirements of KubeVela.

If all you want to propose is a simple addition to KubeVela or the CLI, or even a bugfix, you can just open a new issue on GitHub.

Membership

The KubeVela community membership is defined in the KubeVela Community Membership document.

The KubeVela project maintains three levels of membership with increasing responsibilities. The three levels as well as the requirements are described in more detail in the linked document.

Project maintainers are responsible for activities around maintaining and updating KubeVela. Final decisions on the project reside with the project maintainers.

Maintainers MUST remain active. If they are unresponsive for >6 months, they will be automatically removed unless a super-majority of the other project maintainers agrees to extend the period to be greater than 6 months.

New maintainers can be added to the project by a super-majority vote of the existing maintainers. A potential maintainer may be nominated by an existing maintainer. A vote is conducted in private between the current maintainers over the course of a one week voting period. At the end of the week, votes are counted and a pull request is made on the repo adding the new maintainer to the CODEOWNERS file.

A maintainer may step down by submitting an issue stating their intent.

Changes to this governance document require a pull request with approval from a super-majority of the current maintainers.

Handling Security Vulnerabilities

The process for handling any security vulnerabilities or concerns found in the KubeVela project is described in the Security document.

Releases

A new KubeVela version is released once substantial new features, bug fixes, and/or security hardenings have been merged into the master branch, resulting in a non-fixed release schedule. Nevertheless, the KubeVela project aims for one major/minor version at least once every 2 months. Patch versions might be released more frequently. Only maintainers can do the releases. More details of the release cadence can be found here.

Resources

We borrowed parts of this document and inspiration from the sources listed below.