diff --git a/DEV_GUIDELINES.md b/DEV_GUIDELINES.md new file mode 100644 index 000000000..2e600b5da --- /dev/null +++ b/DEV_GUIDELINES.md @@ -0,0 +1,16 @@ +# Development Guidelines + +## Pull requests +In order to allow fast and efficient reviews, please create small PRs per independent change instead of big ones for a full feature. + +**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. + + +## DoD -- Definition of Done + +tbd + + +## Ready for review + +tbd \ No newline at end of file