github.com/WindomZ/go-commander@v1.2.2/.github/PULL_REQUEST_TEMPLATE.md (about)

     1  ## Types of changes
     2  <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
     3  - [ ] Bug fix (non-breaking change which fixes an issue)
     4  - [ ] New feature (non-breaking change which adds functionality)
     5  - [ ] Breaking change (fix or feature that would cause existing functionality to change)
     6  - [ ] I have read the **CONTRIBUTING** document.
     7  - [ ] My code follows the code style of this project.
     8  - [ ] My change requires a change to the documentation.
     9  - [ ] I have updated the documentation accordingly.
    10  - [ ] I have added tests to cover my changes.
    11  - [ ] All new and existing tests passed.