Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 688 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (15 loc) · 688 Bytes

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.