summaryrefslogtreecommitdiffstats
path: root/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-06-28 19:09:54 -0400
committerCorey Hulen <corey@hulen.com>2016-06-28 15:09:54 -0800
commitb3b90a753166e1b2d6141cfd60b350bcd49c7253 (patch)
tree7f63e065fb530e518fe8b9902e2583c63a4aafaf /PULL_REQUEST_TEMPLATE.md
parentcded791513816bc39bb137d9bd32eae68e4d42b5 (diff)
downloadchat-b3b90a753166e1b2d6141cfd60b350bcd49c7253.tar.gz
chat-b3b90a753166e1b2d6141cfd60b350bcd49c7253.tar.bz2
chat-b3b90a753166e1b2d6141cfd60b350bcd49c7253.zip
Added pull request template (#3443)
Diffstat (limited to 'PULL_REQUEST_TEMPLATE.md')
-rw-r--r--PULL_REQUEST_TEMPLATE.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 000000000..cea063635
--- /dev/null
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -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?