agones.dev/agones@v1.54.0/.github/pull_request_template.md (about)

     1  <!--  Thanks for sending a pull request!  Here are some tips for you:
     2  
     3  1. If this is your first time, please read our contributor guidelines: https://github.com/googleforgames/agones/blob/main/CONTRIBUTING.md and developer guide https://github.com/googleforgames/agones/blob/main/build/README.md
     4  2. Please label this pull request according to what type of issue you are addressing.
     5  3. Ensure you have added or ran the appropriate tests for your PR: https://github.com/googleforgames/agones/blob/main/build/README.md#testing-and-building
     6  -->
     7  
     8  **What type of PR is this?**
     9  > Uncomment only one ` /kind <>` line, press enter to put that in a new line, and remove leading whitespace from that line:
    10  >
    11  > /kind breaking
    12  > /kind bug
    13  > /kind cleanup
    14  > /kind documentation
    15  > /kind feature
    16  > /kind hotfix
    17  > /kind release
    18  
    19  **What this PR does / Why we need it**:
    20  
    21  **Which issue(s) this PR fixes**:
    22  <!--
    23  *Automatically closes linked issue when PR is merged.
    24  Usage: `Closes #<issue number>`, or `Closes (paste link of issue)`.
    25  -->
    26  Closes #
    27  
    28  **Special notes for your reviewer**:
    29  
    30