github.com/projectcalico/api@v0.0.0-20231218190037-9183ab93f33e/.github/PULL_REQUEST_TEMPLATE.md (about)

     1  ## Description
     2  <!-- A few sentences describing the overall goals of the pull request's commits.
     3  Please include
     4  - the type of fix - (e.g. bug fix, new feature, documentation)
     5  - some details on _why_ this PR should be merged
     6  - the details of the testing you've done on it (both manual and automated)
     7  - which components are affected by this PR
     8  - links to issues that this PR addresses
     9  -->
    10  
    11  ## Todos
    12  - [ ] Tests
    13  - [ ] Documentation
    14  - [ ] Release note
    15  
    16  ## Release Note
    17  <!-- Writing a release note:
    18  - By default, no release note action is required.
    19  - If you're unsure whether or not your PR needs a note, ask your reviewer for guidance.
    20  - If this PR requires a release note, update the block below to include a concise note describing
    21    the change and any important impacts this PR may have.
    22  -->
    23  
    24  ```release-note
    25  None required
    26  ```