Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.

Commit 7359cda

Browse files
authored
Merge pull request #76 from nikhita/contributing.md
Add CONTRIBUTING.md
2 parents e8c0d98 + 52a44a9 commit 7359cda

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CONTRIBUTING.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Contributing
2+
3+
Thanks for taking the time to join our community and start contributing!
4+
5+
Any changes to utilites in this repo should be send as a PR to this repo.
6+
After the PR is merged, developers should create another PR in the main repo to update the submodule.
7+
See [this document](https://github.com/kubernetes-client/python/blob/master/devel/submodules.md) for more guidelines.
8+
9+
The [Contributor Guide](https://github.com/kubernetes/community/blob/master/contributors/guide/README.md)
10+
provides detailed instructions on how to get your ideas and bug fixes seen and accepted.
11+
12+
Please remember to sign the [CNCF CLA](https://github.com/kubernetes/community/blob/master/CLA.md) and
13+
read and observe the [Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repo using git submodules. This structure allow other developers to create
77
their own kubernetes client and still use standard kubernetes python utilities.
88
For more information refer to [clients-library-structure](https://github.com/kubernetes-client/community/blob/master/design-docs/clients-library-structure.md).
99

10-
# Development
11-
Any changes to utilites in this repo should be send as a PR to this repo. After
12-
the PR is merged, developers should create another PR in the main repo to update
13-
the submodule. See [this document](https://github.com/kubernetes-client/python/blob/master/devel/submodules.md) for more guidelines.
10+
## Contributing
11+
12+
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to contribute.
13+

0 commit comments

Comments
 (0)