Add CONTRIBUTING.md

This commit is contained in:
Nikhita Raghunath 2018-07-19 10:59:43 +05:30
parent 0227266562
commit 6959764261
2 changed files with 13 additions and 0 deletions

9
CONTRIBUTING.md Normal file
View File

@ -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).

View File

@ -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.