From 44f8b43719194f8c77ce4a66b5a1e9bd10f00d01 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 15 Mar 2014 17:26:02 +0000 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4d8b4cb6c..0110151c1 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/