Add CONTRIBUTING.md
This commit is contained in:
parent
0227266562
commit
6959764261
|
@ -0,0 +1,9 @@
|
|||
# Contributing
|
||||
|
||||
Thanks for taking the time to join our community and start contributing!
|
||||
|
||||
The [Contributor Guide](https://github.com/kubernetes/community/blob/master/contributors/guide/README.md)
|
||||
provides detailed instructions on how to get your ideas and bug fixes seen and accepted.
|
||||
|
||||
Please remember to sign the [CNCF CLA](https://github.com/kubernetes/community/blob/master/CLA.md) and
|
||||
read and observe the [Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
|
|
@ -23,3 +23,7 @@ See [Example Guidelines](guidelines.md) for a description of what goes
|
|||
in this directory, and what examples should contain.
|
||||
|
||||
[Kubernetes documentation]: https://kubernetes.io/docs/tutorials/
|
||||
|
||||
### Contributing
|
||||
|
||||
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to contribute.
|
||||
|
|
Loading…
Reference in New Issue