summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-11-22 00:39:21 -0800
committerit33 <iantien@gmail.com>2015-11-22 00:39:21 -0800
commit1ad9ee568680afca341a62b72d37a8f42f1201f9 (patch)
treebbc3001420808048e3592bd30afc0cd5b48a036f /CONTRIBUTING.md
parentff0f8c2a648956f9ce56e8db2169124a52325243 (diff)
downloadchat-1ad9ee568680afca341a62b72d37a8f42f1201f9.tar.gz
chat-1ad9ee568680afca341a62b72d37a8f42f1201f9.tar.bz2
chat-1ad9ee568680afca341a62b72d37a8f42f1201f9.zip
Adding unit tests requirement
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index bd571efed..8af1d9efb 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -36,6 +36,9 @@ git checkout -b <branch name>
Please review the ["Fast, Obvious, Forgiving" experience design principles](http://www.mattermost.org/design-principles/) for Mattermost and check that your feature meets the criteria. Also, for any changes to user interface or help text, please read the changes out loud, as a quick and easy way to catch any inconsitencies
+3. For new server-side funcitonality, please include test cases that verify the code performs as you have intended
+
+
## Submitting a Pull Request