Skip to content

Commit

Permalink
Start dev guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
lubkoll committed Jul 19, 2024
1 parent c987a13 commit 61c8112
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions DEV_GUIDELINES.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 61c8112

Please sign in to comment.