mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
started contribution guide
This commit is contained in:
parent
2721c2adb7
commit
7c223aac41
1 changed files with 17 additions and 0 deletions
17
CONTRIBUTING.md
Normal file
17
CONTRIBUTING.md
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue