diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..f50f988ab --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,17 @@ +# 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