Skip to content

Commit 3548515

Browse files
authored
Start dev guidelines (#651)
1 parent 7583811 commit 3548515

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

DEV_GUIDELINES.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Development Guidelines
2+
3+
## Pull requests
4+
In order to allow fast and efficient reviews, please create small PRs per independent change instead of big ones for a full feature.
5+
6+
**Rule of thumb**: It should be easy to formulate the commit message as a one-liner. If that is not the case, then the PR is probably to big.
7+
8+
9+
## DoD -- Definition of Done
10+
11+
tbd
12+
13+
14+
## Ready for review
15+
16+
tbd

0 commit comments

Comments
 (0)