1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
VILLASnode/CONTRIBUTING.md
Steffen Vogel 9e34ffaadd Update contribution guide
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-09-07 13:23:13 +02:00

688 B

Contribution guidelines

Coding standards

We are following the LLVM C++ Coding Standards.

Always work on feature branches

Please branch from master to create a new feature branch.

Please create a new feature branch for every new feature or fix.

Do not commit directly to master.

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.