github.com/etecs-ru/ristretto@v0.9.1/.github/PULL_REQUEST_TEMPLATE.md (about)

     1  A similar PR may already be submitted!
     2  Please search among the [Pull request](../) before creating one.
     3  
     4  Thanks for submitting a pull request! Please provide enough information so that others can review your pull request:
     5  
     6  For more information, see the `CONTRIBUTING` guide.
     7  
     8  **IMPORTANT: Please do not create a Pull Request without creating an issue first.**
     9  
    10  *Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request.*
    11  
    12  
    13  **Summary**
    14  
    15  <!-- Summary of the PR -->
    16  
    17  This PR fixes/implements the following **bugs/features**
    18  
    19  * [ ] Bug 1
    20  * [ ] Bug 2
    21  * [ ] Feature 1
    22  * [ ] Feature 2
    23  * [ ] Breaking changes
    24  
    25  <!-- You can skip this if you're fixing a typo or adding an app to the Showcase. -->
    26  
    27  Explain the **motivation** for making this change. What existing problem does the pull request solve?
    28  
    29  <!-- Example: When "Adding a function to do X", explain why it is necessary to have a way to do X. -->
    30  
    31  **Test plan (required)**
    32  
    33  Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI.
    34  
    35  <!-- Make sure tests pass on both Travis and Circle CI. -->
    36  
    37  **Code formatting**
    38  
    39  <!-- See the simple style guide. -->
    40  
    41  **Closing issues**
    42  
    43  <!-- Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such). -->
    44  Fixes #