Files
mattermost/PULL_REQUEST_TEMPLATE.md

20 lines
1.1 KiB
Markdown
Raw Normal View History

2016-06-28 19:09:54 -04:00
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).
2016-07-06 12:25:41 -04:00
When filling in a section please remove the help text and the above text.
2016-06-28 19:09:54 -04:00
2016-07-06 12:25:41 -04:00
#### Summary
[A brief description of what this pull request does.]
2016-06-28 19:09:54 -04:00
2016-07-06 12:25:41 -04:00
#### Ticket Link
[Please link the GitHub issue or Jira ticket this PR addresses.]
2016-06-28 19:09:54 -04:00
2016-07-06 12:25:41 -04:00
#### Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
2016-07-06 12:25:41 -04:00
- [ ] Added or updated unit tests (required for all new features)
- [ ] Added API documentation (required for all new APIs)
- [ ] All new/modified APIs include changes to the drivers
2016-07-06 12:25:41 -04:00
- [ ] Has enterprise changes (please link)
- [ ] Has UI changes
- [ ] Includes text changes and localization file ([.../i18n/en.json](https://github.com/mattermost/platform/blob/master/i18n/en.json) and [.../webapp/i18n/en.json](https://github.com/mattermost/platform/tree/master/webapp/i18n/en.json)) updates
2016-07-06 12:25:41 -04:00
- [ ] Touches critical sections of the codebase (auth, upgrade, etc.)