github.com/l1b0k/cilium@v1.6.12/.github/pull_request_template.md (about)

     1  Please ensure your pull request adheres to the following guidelines:
     2  
     3  - [ ] For first time contributors, read [Submitting a pull request](http://docs.cilium.io/en/stable/contributing/#submitting-a-pull-request)
     4  - [ ] All code is covered by unit and/or runtime tests where feasible.
     5  - [ ] All commits contain a well written commit description including a title,
     6        description and a `Fixes: #XXX` line if the commit addresses a particular
     7        GitHub issue. 
     8  - [ ] All commits are signed off. See the section [Developer’s Certificate of Origin](http://docs.cilium.io/en/stable/contributing/#dev-coo).
     9  - [ ] Provide a title or release-note blurb suitable for the release notes.
    10  - [ ] Thanks for contributing!
    11  
    12  <!-- Description of change -->
    13  
    14  Fixes: #issue-number
    15  
    16  ```release-note
    17  <!-- Enter the release note text here if needed -->
    18  ```