diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..ef37eb0b6 --- /dev/null +++ b/CONTRIBUTING.md @@ -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). diff --git a/README.md b/README.md index 10e17ab3e..40a55859d 100644 --- a/README.md +++ b/README.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.