summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2014-03-15 17:26:02 +0000
committerJohn McLear <john@mclear.co.uk>2014-03-15 17:26:02 +0000
commit44f8b43719194f8c77ce4a66b5a1e9bd10f00d01 (patch)
tree069ff7b3c67f4ab425cd5c7d12549e3dfa59faa1 /CONTRIBUTING.md
parent8fffe4777e366923ee89d380b12eb413c950b721 (diff)
downloadetherpad-lite-44f8b43719194f8c77ce4a66b5a1e9bd10f00d01.zip
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 4d8b4cb6..0110151c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -31,6 +31,7 @@ Also, keep it maintainable. We don't wanna end up as the monster Etherpad was!
* Do generalize sooner or later! (if an old solution, quickly hacked together, poses more problems than it solves today, refactor it!)
* Keep it compatible. Do not introduce changes to the public API, db schema or configurations too lightly. Don't make incompatible changes without good reasons!
* If you do make changes, document them! (see below)
+* Use protocol independent urls "//"
## Branching model / git workflow
see git flow http://nvie.com/posts/a-successful-git-branching-model/