github.com/dubbogo/gost@v1.14.0/.github/PULL_REQUEST_TEMPLATE.md (about)

     1  <!--  Thanks for sending a pull request! 
     2  -->
     3  
     4  **What this PR does**:
     5  
     6  **Which issue(s) this PR fixes**:
     7  <!--
     8  *Automatically closes linked issue when PR is merged.
     9  Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
    10  _If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_*
    11  -->
    12  Fixes #
    13  
    14  **Special notes for your reviewer**:
    15  
    16  **Does this PR introduce a user-facing change?**:
    17  <!--
    18  If no, just write "NONE" in the release-note block below.
    19  If yes, a release note is required:
    20  Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required".
    21  -->
    22  ```release-note
    23  
    24  ```