Skip to content
This repository was archived by the owner on Mar 25, 2024. It is now read-only.

Commit 71c1a05

Browse files
committed
Start this developer guildelines
copied from other CMI projects
1 parent 7563490 commit 71c1a05

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.devel.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Development guidelines
2+
3+
Please always follow some simple rules for coding on pymepix:
4+
* keep the code consistent across the whole package
5+
* document the code as well as the general documentation immediately with the
6+
code changes (so it goes into the same git commit)
7+
* use git-flow (the tools and the concept)
8+
* consistently use two empty lines between functions/methods and three empty
9+
lines above a class
10+
11+
12+
13+
<!-- Put Emacs local variables into HTML comment
14+
Local Variables:
15+
coding: utf-8
16+
fill-column: 80
17+
End:
18+
-->

0 commit comments

Comments
 (0)