mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Added pull request template (#3443)
This commit is contained in:
committed by
Corey Hulen
parent
cded791513
commit
b3b90a7531
13
PULL_REQUEST_TEMPLATE.md
Normal file
13
PULL_REQUEST_TEMPLATE.md
Normal file
@@ -0,0 +1,13 @@
|
||||
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).
|
||||
|
||||
#### Summary
|
||||
Brief description of what this pull request does
|
||||
|
||||
#### Unit Tests
|
||||
Have you updated the unit tests or added new ones to cover your changes? If not, you probably should
|
||||
|
||||
#### Issue/Ticket Link
|
||||
Please link the GitHub issue or Jira ticket this PR addresses
|
||||
|
||||
#### Has Critical Changes
|
||||
Does your PR touch critical sections of the codebase including, but not limited to, authentication, authorization or permissions?
|
||||
Reference in New Issue
Block a user