sigs.k8s.io/cluster-api-provider-aws@v1.5.5/.github/PULL_REQUEST_TEMPLATE.md (about)

     1  <!-- Thanks for this PR! If this is your first PR please read the [contributing guide](../CONTRIBUTING.md) -->
     2  <!-- If this PR is still work-in-progress and is being open for visibility please prefix the title with `WIP:` -->
     3  
     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  /kind regression
    18  /kind support
    19  -->
    20  
    21  **What this PR does / why we need it**:
    22  
    23  <!-- Enter a description of the change and why this change is needed -->
    24  
    25  **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
    26  Fixes #
    27  
    28  **Special notes for your reviewer**:
    29  
    30  **Checklist**:
    31  <!-- Put an "X" character inside the brackets of each completed task. Some may be optional depending on the PR in which case these can be deleted -->
    32  
    33  - [ ] squashed commits
    34  - [ ] includes documentation
    35  - [ ] adds unit tests
    36  - [ ] adds or updates e2e tests