helm / community

Helm community content
https://helm.sh
415 stars 174 forks source link
cncf

Helm Community

Welcome to the Helm community!

This is the starting point for becoming a contributor to the Helm project - improving docs, improving code, giving talks etc.

Communicating

The communication page lists communication channels like chat, issues, mailing lists, meetings, conferences, etc.

Assets

How Can I Help?

First, you should join our communication forums:

Next, get set-up with the basics (if not already done so):

Now, you can get down to business!

A good way to learn is:

Areas you can start working on:

Last but not least, we'd love to know what you want to see on the Helm Blog.

Feel free to submit a blog post topic here.

Your First Contribution

We recommend that you work on existing issues before attempting to develop a new feature.

Find an existing issue (e.g. one marked good first issue, or simply ask an owner for suggestions), and respond on the issue thread expressing interest in working on it.

This helps other people know that the issue is active, and hopefully prevents duplicated efforts.

Each commit must be signed off in git, as described by the article describing Helm's switch to DCO.

If you want to work on a new idea of relatively small scope:

  1. Submit an issue describing your proposed change to the repo in question.
  2. The repo owners will respond to your issue promptly.
  3. If your proposed change is accepted, start work in your fork, signing off each commit as described above.
  4. Submit a pull request containing a tested change.