mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-16 00:00:02 +01:00
437 B
437 B
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.