summaryrefslogtreecommitdiffstats
path: root/doc/developer/Code-Contribution-Guidelines.md
diff options
context:
space:
mode:
authorasaadmahmoodspin <asaad@battlehouse.com>2015-10-12 19:41:04 +0500
committerasaadmahmoodspin <asaad@battlehouse.com>2015-10-12 19:41:04 +0500
commit0c5835e350def06dcbf5bca10e8f982ddcfcecfd (patch)
treebd06427db7363fd0803f9f127e082f46649f2f49 /doc/developer/Code-Contribution-Guidelines.md
parentfd4bfee6ea393b6b707919b5da805a6a46e72d1a (diff)
parentf55416d9f45afcb310246426366cd261f138029f (diff)
downloadchat-0c5835e350def06dcbf5bca10e8f982ddcfcecfd.tar.gz
chat-0c5835e350def06dcbf5bca10e8f982ddcfcecfd.tar.bz2
chat-0c5835e350def06dcbf5bca10e8f982ddcfcecfd.zip
Merge branch 'master' into ui-improvements
Diffstat (limited to 'doc/developer/Code-Contribution-Guidelines.md')
-rw-r--r--doc/developer/Code-Contribution-Guidelines.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/developer/Code-Contribution-Guidelines.md b/doc/developer/Code-Contribution-Guidelines.md
index 80676f107..363934818 100644
--- a/doc/developer/Code-Contribution-Guidelines.md
+++ b/doc/developer/Code-Contribution-Guidelines.md
@@ -5,7 +5,6 @@ Thank you for your interest in contributing to Mattermost. This guide provides a
## Choose a Ticket
1. Review the list of [Good First Contribution](https://mattermost.atlassian.net/issues/?filter=10206) tickets listed in Jira.
-
2. These projects are intended to be a straight forward first pull requests from new contributors.
If you don't find something appropriate for your interests, please see the full list of tickets [Accepting Pull Requests](https://mattermost.atlassian.net/issues/?filter=10101).
@@ -13,7 +12,7 @@ If you don't find something appropriate for your interests, please see the full
## Install Mattermost and set up a Fork
-1. Follow [developer setup instructions](https://github.com/mattermost/platform/blob/master/doc/install/dev-setup.md) to install Mattermost.
+1. Follow [developer setup instructions](https://github.com/mattermost/platform/blob/master/doc/developer/Setup.md) to install Mattermost.
2. Create a branch with <branch name> set to the ID of the ticket you're working on, for example ```PLT-394```, using command: