mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-05 07:26:55 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
1f24ea6f75
commit
18c06f9ce3
1 changed files with 14 additions and 3 deletions
|
@ -1,7 +1,18 @@
|
|||
# Contributing to Kyverno
|
||||
|
||||
## Code Style
|
||||
We welcome all contributions, suggestions, and feedback, so please do not hesitate to reach out!
|
||||
|
||||
We follow the community provided standard [code structure](https://github.com/golang-standards/project-layout).
|
||||
The easiest way to reach us is on the [Kubernetes slack #kyverno channel](https://app.slack.com/client/T09NY5SBT/CLGR9BJU9).
|
||||
|
||||
## Ways you can contribute
|
||||
- Report potential bugs
|
||||
- Request a feature
|
||||
- Request a sample policy
|
||||
- Join our community meetings
|
||||
- Submit a PR for [open issues](https://github.com/kyverno/kyverno/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
|
||||
- Fix or improve documentation
|
||||
|
||||
The [Kyverno Wiki](https://github.com/kyverno/kyverno/wiki) contains details on code design, building, and testing. Please review all sections.
|
||||
|
||||
Before you contribute, please review and agree to abite with our community [Code of Conduct](/CODE_OF_CONDUCT.md).
|
||||
|
||||
See : https://github.com/kyverno/kyverno#contributing
|
||||
|
|
Loading…
Add table
Reference in a new issue