From 40cafe0ca0699647781e8953b413622b8e341913 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sun, 20 May 2012 14:07:34 +0200 Subject: HACKING file contains some rules for contributing. --- HACKING | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 HACKING diff --git a/HACKING b/HACKING new file mode 100644 index 0000000..f21c491 --- /dev/null +++ b/HACKING @@ -0,0 +1,13 @@ +Some rules for hacking on Ratatöskr +=================================== + +All in all, there are not many rules, Cowboy Coding FTW! + +But here are some rules / advice, to make cooperation easier: + +* Use the "develop" branch in git, not the "master" branch. The master branch + should by now only contain releases (including beta versions). But for the + work between releases, please use the develop branch from now on. +* More an advice than a rule: When implementing a particular feature, make a new + branch for that feature. This should make things more clear for other people + that merge your changes. \ No newline at end of file -- cgit v1.2.3-54-g00ecf