github.com/fredbi/git-chglog@v0.0.0-20190706071416-d35c598eac81/.github/PULL_REQUEST_TEMPLATE.md (about)

     1  <!-- Thank you for your contribution to git-chglog! Please replace {Please write here} with your description -->
     2  
     3  
     4  ## What does this do / why do we need it?
     5  
     6  {Please write here}
     7  
     8  
     9  ## How this PR fixes the problem?
    10  
    11  {Please write here}
    12  
    13  
    14  ## What should your reviewer look out for in this PR?
    15  
    16  {Please write here}
    17  
    18  
    19  ## Check lists
    20  
    21  * [ ] Test passed
    22  * [ ] Coding style (indentation, etc)
    23  
    24  
    25  ## Additional Comments (if any)
    26  
    27  {Please write here}
    28  
    29  
    30  ## Which issue(s) does this PR fix?
    31  
    32  <!--
    33  fixes #
    34  fixes #
    35  -->