From d431a3a073611b38f600166d8de1392b95658f3f Mon Sep 17 00:00:00 2001 From: it33 Date: Tue, 15 Sep 2015 06:38:55 -0700 Subject: Fixed style guide link, added description --- doc/developer/code-contribution.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') 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 ## 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 -- cgit v1.2.3-1-g7c22 From ed976112ad3405f607bcc9b7f15fb6855b9b139f Mon Sep 17 00:00:00 2001 From: it33 Date: Thu, 17 Sep 2015 05:10:12 -0700 Subject: Fixed typo --- doc/developer/code-contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/developer/code-contribution.md b/doc/developer/code-contribution.md index 3c5c0935b..c796a82a5 100644 --- a/doc/developer/code-contribution.md +++ b/doc/developer/code-contribution.md @@ -25,7 +25,7 @@ git checkout -b 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. + 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. -- cgit v1.2.3-1-g7c22