summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-09-15 06:38:55 -0700
committerit33 <iantien@gmail.com>2015-09-15 06:38:55 -0700
commitd431a3a073611b38f600166d8de1392b95658f3f (patch)
tree243bc4d050aedf31aca7a26e390733ca268495bf /doc
parent4726fb21b22ef3401c897c039a0b467f3c031bac (diff)
downloadchat-d431a3a073611b38f600166d8de1392b95658f3f.tar.gz
chat-d431a3a073611b38f600166d8de1392b95658f3f.tar.bz2
chat-d431a3a073611b38f600166d8de1392b95658f3f.zip
Fixed style guide link, added description
Diffstat (limited to 'doc')
-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..3c5c0935b 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 users 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