github.com/Azure/aad-pod-identity@v1.8.17/.github/PULL_REQUEST_TEMPLATE.md (about)

     1  <!-- Thank you for helping AAD Pod Identity with a pull request! Please make sure you read the [contributing guidelines](https://github.com/Azure/aad-pod-identity/blob/master/CONTRIBUTING.md). -->
     2  
     3  **Reason for Change**:
     4  <!-- What does this PR improve or fix in AAD Pod Identity? Why is it needed? -->
     5  
     6  <!--
     7  **Is this a chart or deployment yaml update?**
     8  If yes, please update the yamls in the [manifest_staging/](https://github.com/Azure/aad-pod-identity/tree/master/manifest_staging/) folder, where we host the staging charts and deployment yamls. All the yaml changes will then be promoted into the released charts folder with the next release. Please also add the new configurable values to the configuration [table](https://github.com/Azure/aad-pod-identity/tree/master/manifest_staging/charts/aad-pod-identity#configuration). 
     9  -->
    10  
    11  **Requirements**
    12  
    13  - [ ] squashed commits
    14  - [ ] included documentation
    15  - [ ] added unit tests and e2e tests (if applicable). See [test standard](https://github.com/Azure/aad-pod-identity/blob/master/CONTRIBUTING.md#test-standard) for more details.
    16  - [ ] ran `make precommit`
    17  
    18  **Issue Fixed**:
    19  <!-- If this PR fixes GitHub issue 1234, add "Fixes #1234" to the next line. -->
    20  
    21  **Please answer the following questions with yes/no**:
    22  
    23  Does this change contain code from or inspired by another project? If so, did you notify the maintainers and provide attribution?
    24  
    25  - [ ] yes
    26  - [ ] no
    27  
    28  **Notes for Reviewers**: