summaryrefslogtreecommitdiffstats
path: root/doc/developer
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2015-09-17 08:34:00 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2015-09-17 08:34:00 -0400
commit047fec54ccc3b0d72bb6a425d06302ffa210553f (patch)
treedc4d8f8e502a1345158054f743facbb3b1b78250 /doc/developer
parent1bb2e5a2170b2dc8d97763e1a894ef04f82a94eb (diff)
parented976112ad3405f607bcc9b7f15fb6855b9b139f (diff)
downloadchat-047fec54ccc3b0d72bb6a425d06302ffa210553f.tar.gz
chat-047fec54ccc3b0d72bb6a425d06302ffa210553f.tar.bz2
chat-047fec54ccc3b0d72bb6a425d06302ffa210553f.zip
Merge pull request #683 from mattermost/it33-patch-1
Fixed style guide link, added description
Diffstat (limited to 'doc/developer')
-rw-r--r--doc/developer/code-contribution.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/developer/code-contribution.md b/doc/developer/code-contribution.md
index 1a6537287..c796a82a5 100644
--- a/doc/developer/code-contribution.md
+++ b/doc/developer/code-contribution.md
@@ -23,8 +23,10 @@ git checkout -b <branch name>
## Programming and Testing
-1. Please review the [Mattermost Style Guide](developer/style-guide.md) prior to making changes.
+1. Please review the [Mattermost Style Guide](style-guide.md) prior to making changes.
+ To keep code clean and well structured, Mattermost uses ESLint to check that pull requests adhere to style guidelines for React. Code will need to follow Mattermost's React style guidelines in order to pass the automated build tests when a pull request is submitted.
+
2. Please make sure to thoroughly test your change before submitting a pull request.
## Submitting a Pull Request