From 48241827ac1d74cf24f454e3accb7da5c9728a9c Mon Sep 17 00:00:00 2001 From: Lars Lubkoll <11710767+lubkoll@users.noreply.github.com> Date: Mon, 15 Jul 2024 12:12:52 +0200 Subject: [PATCH] Start dev guidelines --- DEV_GUIDELINES.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 DEV_GUIDELINES.md 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