sigs.k8s.io/cluster-api-provider-azure@v1.17.0/.github/pull_request_template.md (about)

     1   <!-- If this is your first PR, welcome! Please make sure you read the [contributing guidelines](https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/main/CONTRIBUTING.md). -->
     2  
     3   <!-- Please label this pull request according to what type of issue you are addressing (see ../CONTRIBUTING.md) -->
     4  **What type of PR is this?**
     5  
     6  <!--
     7  Add one of the following kinds:
     8  /kind feature
     9  /kind bug
    10  /kind api-change
    11  /kind cleanup
    12  /kind deprecation
    13  /kind design
    14  /kind documentation
    15  /kind failing-test
    16  /kind flake
    17  -->
    18  
    19  **What this PR does / why we need it**:
    20  
    21  **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
    22  Fixes #
    23  
    24  **Special notes for your reviewer**:
    25  <!-- Refer to https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/main/docs/book/src/developers/releasing.md#release-support for more information about which changes are eligible for backport -->
    26  
    27  - [ ] cherry-pick candidate
    28  
    29  **TODOs**:
    30  <!-- Put an "X" character inside the brackets of each completed task. Some may be optional depending on the PR. -->
    31  
    32  - [ ] squashed commits
    33  - [ ] includes documentation
    34  - [ ] adds unit tests
    35  
    36  **Release note**:
    37  <!--  Write your release note:
    38  1. Enter your extended release note in the below block. If the PR requires additional action from users switching to the new release, include the string "action required".
    39  2. If no release note is required, just write "NONE".
    40  -->
    41  ```release-note
    42  
    43  ```