Merge pull request #76 from nikhita/contributing.md
Add CONTRIBUTING.md
This commit is contained in:
commit
7359cdae5a
13
CONTRIBUTING.md
Normal file
13
CONTRIBUTING.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Contributing
|
||||
|
||||
Thanks for taking the time to join our community and start contributing!
|
||||
|
||||
Any changes to utilites in this repo should be send as a PR to this repo.
|
||||
After the PR is merged, developers should create another PR in the main repo to update the submodule.
|
||||
See [this document](https://github.com/kubernetes-client/python/blob/master/devel/submodules.md) for more guidelines.
|
||||
|
||||
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).
|
||||
@ -7,7 +7,7 @@ repo using git submodules. This structure allow other developers to create
|
||||
their own kubernetes client and still use standard kubernetes python utilities.
|
||||
For more information refer to [clients-library-structure](https://github.com/kubernetes-client/community/blob/master/design-docs/clients-library-structure.md).
|
||||
|
||||
# Development
|
||||
Any changes to utilites in this repo should be send as a PR to this repo. After
|
||||
the PR is merged, developers should create another PR in the main repo to update
|
||||
the submodule. See [this document](https://github.com/kubernetes-client/python/blob/master/devel/submodules.md) for more guidelines.
|
||||
## Contributing
|
||||
|
||||
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to contribute.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user