github.com/jenkins-x/test-infra@v0.0.7/CONTRIBUTING.md (about)

     1  # Contributing to kubernetes/test-infra
     2  
     3  Make a [pull request](https://help.github.com/articles/about-pull-requests/) (hereafter PR). 
     4  In the PR body, feel free to add an area label if appropriate by saying `/area <AREA>`. 
     5  The list of labels is [here](https://github.com/kubernetes/test-infra/labels). 
     6  Also feel free to suggest a reviewer with `/assign @theirname`.
     7  
     8  Once your reviewer is happy, they will say `/lgtm` which will apply the 
     9  `lgtm` label, and will apply the `approved` label if they are an 
    10  [owner](/OWNERS).
    11  The `approved` label will also automatically be applied to PRs opened by an 
    12  OWNER. If neither you nor your reviewer is an owner, please `/assign` someone
    13   who is.
    14  Your PR will be automatically merged once it has the `lgtm` and `approved` 
    15  labels, does not have any `do-not-merge/*` labels, and all tests are passing.