sigs.k8s.io/controller-runtime@v0.18.2/CONTRIBUTING.md (about)

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