18 lines
710 B
Markdown
18 lines
710 B
Markdown
# Contributing
|
|
|
|
Welcome to git-sync!
|
|
|
|
The [Kubernetes community repo](https://github.com/kubernetes/community) contains information about how to get started, how the community organizes, and more.
|
|
|
|
## Sign the CLA
|
|
|
|
We'd love to accept your patches, but before we can do that, you must sign the CNCF [Contributor License Agreement](https://git.k8s.io/community/contributors/guide/README.md#sign-the-cla).
|
|
|
|
|
|
## Contributing A Patch
|
|
|
|
1. Submit an issue describing your proposed change.
|
|
1. If your proposal is accepted, and you haven't already done so, sign the Contributor License Agreement (see details above).
|
|
1. Fork the repo, develop and test your code changes. Don't forget tests!
|
|
1. Submit a pull request.
|