forked from gedafe/gedafe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRULES
28 lines (18 loc) · 1.05 KB
/
RULES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Important when you do changes:
- Do not change the stable branches (br1_0, ...) other than strictly for
bug-fixes.
- Always update the NEWS file and the documentation along with your
code changes. Do it from the beginning...
- Try to keep the coding style: indenting with tabs, variable and sub naming
- Discuss major changes in the mailing list (gedafe-dev) and find an agreement
before committing such changes.
- Try to keep Gedafe as generic as possible, do not implement hacks that
only work in very specific cases. Gedafe is very small but can do much
because of this. Try to follow the 'application in the database' approach.
David Schweikert <[email protected]>, 2003-11-24
- Use the flying fish approach for smaller updates:
Check out the fresh version (HEAD), make your changes, test them, update
from the repository to merge in changes from others, see if the merge
went well and did not produce nonsense, then commit.
- Ask David for a branch, when having found a consensus on a bigger change
Johannes Poehlmann <[email protected]>