github.com/nginxinc/kubernetes-ingress@v1.12.5/.github/PULL_REQUEST_TEMPLATE.md (about)

     1  ### Proposed changes
     2  Describe the use case and detail of the change. If this PR addresses an issue on GitHub, make sure to include a link to that issue here in this description (not in the title of the PR).
     3  
     4  ### Checklist
     5  Before creating a PR, run through this checklist and mark each as complete.
     6  
     7  - [ ] I have read the [CONTRIBUTING](https://github.com/nginxinc/kubernetes-ingress/blob/master/CONTRIBUTING.md) doc
     8  - [ ] I have added tests that prove my fix is effective or that my feature works
     9  - [ ] I have checked that all unit tests pass after adding my changes
    10  - [ ] I have updated necessary documentation
    11  - [ ] I have rebased my branch onto master
    12  - [ ] I will ensure my PR is targeting the master branch and pulling from my branch from my own fork