aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
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 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`