summaryrefslogtreecommitdiffstats
path: root/doc/developer
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-10-12 11:49:09 -0700
committerCorey Hulen <corey@hulen.com>2015-10-12 11:49:09 -0700
commit8d193da296e606b905d75de9d8f5ef579bcb424d (patch)
treea0ec95d0c738742c39e39adbc0ffa3eae0a57578 /doc/developer
parent5ec92975ca3cd2146dc488b4573d117bc4da0a16 (diff)
parent759ac7feee1ab4579c5186e5e599fc1d31efdc27 (diff)
downloadchat-8d193da296e606b905d75de9d8f5ef579bcb424d.tar.gz
chat-8d193da296e606b905d75de9d8f5ef579bcb424d.tar.bz2
chat-8d193da296e606b905d75de9d8f5ef579bcb424d.zip
Merge pull request #992 from mattermost/fast-obvious-forgiving
Adding link to "Fast, Obvious, Forgiving"
Diffstat (limited to 'doc/developer')
-rw-r--r--doc/developer/Code-Contribution-Guidelines.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/developer/Code-Contribution-Guidelines.md b/doc/developer/Code-Contribution-Guidelines.md
index 363934818..453c154f9 100644
--- a/doc/developer/Code-Contribution-Guidelines.md
+++ b/doc/developer/Code-Contribution-Guidelines.md
@@ -28,6 +28,9 @@ git checkout -b <branch name>
2. Please make sure to thoroughly test your change before submitting a pull request.
+ 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.
+
+
## Submitting a Pull Request
1. Please add yourself to the Mattermost [approved contributor list](https://docs.google.com/spreadsheets/d/1NTCeG-iL_VS9bFqtmHSfwETo5f-8MQ7oMDE5IUYJi_Y/pubhtml?gid=0&single=true) prior to submitting by completing the [contributor license agreement](http://www.mattermost.org/mattermost-contributor-agreement/).