vitess.io/vitess@v0.16.2/.github/pull_request_template.md (about)

     1  <!--
     2    Thank you for your contribution to the Vitess project.
     3    How to contribute: https://vitess.io/docs/contributing/
     4    Please first make sure there is an open Issue to discuss the feature/fix suggested in this PR.
     5    If this is a new feature, please mark the Issue as "RFC".
     6   -->
     7  
     8  <!-- if this PR is Work in Progress please create it as a Draft Pull Request -->
     9  
    10  ## Description
    11  
    12  <!-- A few sentences describing the overall goals of the pull request's commits. -->
    13  <!-- If this is a bug fix and you think the fix should be backported, please write so. -->
    14  
    15  ## Related Issue(s)
    16  
    17  <!-- List related issues and pull requests. If this PR fixes an issue, please add it using Fixes #????  -->
    18  
    19  ## Checklist
    20  
    21  -   [ ] "Backport to:" labels have been added if this change should be back-ported
    22  -   [ ] Tests were added or are not required
    23  -   [ ] Documentation was added or is not required
    24  
    25  ## Deployment Notes
    26  
    27  <!-- Notes regarding deployment of the contained body of work. These should note any db migrations, etc. -->