github.com/gigforks/mattermost-server@v4.9.1-0.20180619094218-800d97fa55d0+incompatible/PULL_REQUEST_TEMPLATE.md (about)

     1  Please make sure you've read the [pull request](http://docs.mattermost.com/developer/contribution-guide.html#preparing-a-pull-request) section of our [code contribution guidelines](http://docs.mattermost.com/developer/contribution-guide.html).
     2  
     3  When filling in a section please remove the help text and the above text.
     4  
     5  #### Summary
     6  [A brief description of what this pull request does.]
     7  
     8  #### Ticket Link
     9  [Please link the GitHub issue or Jira ticket this PR addresses.]
    10  
    11  #### Checklist
    12  [Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
    13  - [ ] Added or updated unit tests (required for all new features)
    14  - [ ] Added API documentation (required for all new APIs)
    15  - [ ] All new/modified APIs include changes to the drivers
    16  - [ ] Has enterprise changes (please link)
    17  - [ ] Has UI changes
    18  - [ ] Includes text changes and localization file ([.../i18n/en.json](https://github.com/mattermost/mattermost-server/blob/master/i18n/en.json)) updates
    19  - [ ] Touches critical sections of the codebase (auth, upgrade, etc.)