Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.63 KB

CONTRIBUTING.md

File metadata and controls

33 lines (19 loc) · 1.63 KB

Contributing

Welcome to Kubean!

Requirements

The source code of Kubean is written in golang and managed with git.

To easily install Kubean, you may need to have helm installed.

Getting involved

Please check issues to see if there are any existing tasks you may be interested in.

In particular, if you're just getting started, you may want to look for issues labeled with kind/feature or kind/bug, which are standard labels in the cloud-native communities.

Besides, Kubean is based on Kubespray, so you may need to learn little about Kubespray first.

If you're interested in working on any of these, please leave a comment to let us know!

Note:

Please open an issue or discussion before starting work on a new feature or large change.

What's next

If you're planning to contribute code changes, the reviewers may need you to:

  • follow good coding guidelines.
  • write good commit messages.
  • break large changes into a logical series of smaller patches which individually make easily understandable changes, and in aggregate solve a broader issue.

If you're looking to contribute documentation improvements, you'll want to read the documentation.