aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRael Gugelmin Cunha <rael.gc@gmail.com>2015-08-14 20:08:17 -0300
committerRael Gugelmin Cunha <rael.gc@gmail.com>2015-08-14 20:08:17 -0300
commit804fbb644a8b4ce03a9bffa81f13e4d63044f31b (patch)
tree4edaf2cb3aa88194cc96e6c208fe34447986a0bf
parent8f8b3099a0b942ea5254beb7139367845d34c0f4 (diff)
downloadscudcloud-804fbb644a8b4ce03a9bffa81f13e4d63044f31b.zip
scudcloud-804fbb644a8b4ce03a9bffa81f13e4d63044f31b.tar.gz
scudcloud-804fbb644a8b4ce03a9bffa81f13e4d63044f31b.tar.bz2
Asking to add issue number in branch name
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 15b5c36..d69b649 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -6,8 +6,8 @@ Contributions are welcomed and appreciated! To start contributing:
2. Clone your fork
- `$ git clone git@github.com:your-user-name/scudcloud.git`
- `$ cd scudcloud`
-3. Create a feature branch
- - `$ git checkout -b named-feature-branch`
+3. Create a feature branch using the issue number (if exists):
+ - `$ git checkout -b 123-named-feature-branch`
4. Backup local scudcloud
- `$ sudo mv /opt/scudcloud /opt/scudcloud.bak`
- `$ sudo mv /usr/bin/scudcloud /usr/bin/scudcloud.bak`