summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMatti Tahvonen <matti@vaadin.com>2019-02-14 12:54:58 +0200
committerPekka Hyvönen <pekka@vaadin.com>2019-02-14 12:54:58 +0200
commit7b5f1b58539de46bae515f624ab6b23676d3fccf (patch)
treeb76620ef1a134a86258001f8a7ec3327955891cd /CONTRIBUTING.md
parent0ecafa47b5e21a8e678d4113da4ca57dd9c7d6df (diff)
downloadvaadin-framework-7b5f1b58539de46bae515f624ab6b23676d3fccf.tar.gz
vaadin-framework-7b5f1b58539de46bae515f624ab6b23676d3fccf.zip
Update CONTRIBUTING.md to guide people to create fork (#11457)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3457ce0863..45beb4df27 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -26,9 +26,9 @@ Getting in touch with us early will also help us coordinate efforts so that not
# Obtain a current source tree
-The Vaadin repository can be cloned using `git clone https://github.com/vaadin/framework.git` or using your favorite Git tool.
+To make contributions you should create a fork of the Vaadin repository and check out the sources to your development environment. If you are not familiar with Git and GitHub, you can refer to [GitHub's forking guide](https://guides.github.com/activities/forking/).
-Remember to do `git checkout master` and `git pull` to make sure you are creating your commits on top of a recent enough version.
+We encourige to develop all features in separate branches. This way you can have one feature per pull request.
https://robots.thoughtbot.com/keeping-a-github-fork-updated has instructions on how to keep your local fork up to date.