Skip to content

Commit

Permalink
add details on contributing
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
  • Loading branch information
JimBugwadia committed May 27, 2021
1 parent cd4d738 commit e6a0f38
Showing 1 changed file with 30 additions and 8 deletions.
38 changes: 30 additions & 8 deletions README.md
Expand Up @@ -17,20 +17,42 @@ Kyverno is a policy engine designed for Kubernetes. It can validate, mutate, and

## πŸ“™ Documentation

Kyverno guides and reference documents are available at: <a href="https://kyverno.io/">kyverno.io</a>.
Kyverno installation and reference documents are available at: <a href="https://kyverno.io/">kyverno.io</a>.

Try the [quick start guide](https://kyverno.io/docs/introduction/#quick-start) to install Kyverno and create your first policy.
πŸ‘‰ **[Quick Start](https://kyverno.io/docs/introduction/#quick-start)**

## βž• Contributing
πŸ‘‰ **[Installation](https://kyverno.io/docs/installation/)**

πŸ‘‰ **[Sample Policies](https://kyverno.io/policies/)**

Checkout out the Kyverno <a href="https://kyverno.io/community">Community</a> page for ways to get involved and details on joining our next community meeting.

## πŸ™‹β€β™‚οΈ Getting Help

* For feature requests and bugs, file an [issue](https://github.com/kyverno/kyverno/issues).
* For discussions or questions, join the **#kyverno** channel on the [Kubernetes Slack](https://kubernetes.slack.com/)
* For community meeting access join the [mailing list](https://groups.google.com/g/kyverno).
* To get updates ⭐️ [star this repository](https://github.com/kyverno/kyverno/stargazers).
We are here to help!

βœ” For feature requests and bugs, file an [issue](https://github.com/kyverno/kyverno/issues).

βœ” For discussions or questions, join the **#kyverno** channel on the [Kubernetes Slack](https://kubernetes.slack.com/).

βœ” For community meeting access join the [mailing list](https://groups.google.com/g/kyverno).

βœ” To get updates ⭐️ [star this repository](https://github.com/kyverno/kyverno/stargazers).


## βž• Contributing

Thanks for your interest in contributing to Kyverno! Here are some steps to help get you started:

βœ” Read and agree to the [Contribution Guidelines](https://github.com/kyverno/kyverno/blob/main/CONTRIBUTING.md).

βœ” Browse through the [GitHub discussions](https://github.com/kyverno/kyverno/discussions).

βœ” Read Kyverno design and development details on the [GitHub Wiki](https://github.com/kyverno/kyverno/wiki).

βœ” Check out the **[good first issue](https://github.com/kyverno/kyverno/labels/good%20first%20issue)** list. Add a comment with `/assign` to request assignment of the issue.

βœ” Checkout out the Kyverno <a href="https://kyverno.io/community">Community</a> page for other ways to get involved.




Expand Down

0 comments on commit e6a0f38

Please sign in to comment.