...
1# Contributing guidelines
2
3## Sign the CLA
4
5Kubernetes projects require that you sign a Contributor License Agreement (CLA) before we can accept your pull requests.
6
7Please see https://git.k8s.io/community/CLA.md for more info
8
9## Contributing steps
10
111. Submit an issue describing your proposed change to the repo in question.
121. The [repo owners](OWNERS) will respond to your issue promptly.
131. If your proposed change is accepted, and you haven't already done so, sign a Contributor License Agreement (see details above).
141. Fork the desired repo, develop and test your code changes.
151. Submit a pull request.
16
17## Test locally
18
19Run the command `make test` to test the changes locally.
View as plain text