Skip to content
Snippets Groups Projects
Commit 7c223aac authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

started contribution guide

parent 2721c2ad
No related branches found
No related tags found
No related merge requests found
# Contribution guidelines
#### Always work on feature branches
Please branch from `develop` to create a new _feature_ branch.
Please create a new _feature_ branch for every new feature or fix.
#### Do not commit directly to `master` or `develop`.
Use your _feature_ branch.
Please rebase your work against the `develop` before submitting a merge reqeuest.
#### Make the CI happy :-)
Only branches which pass the CI can be merged.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment