Contributing#

Any form of contribution is welcome!

Workflow#

First, get the source code:

git clone https://git.sysrq.in/nimbus

Make some changes and run the tests:

testament all

Commit the changes. Your commit message should conform to the following standard:

file/changed: concice and complete statement of the purpose

This is the body of the commit message.  The line above is the
summary.  The summary should be no more than 72 chars long.  The
body can be more freely formatted, but make it look nice.  Make
sure to reference any bug reports and other contributors.  Make
sure the correct authorship appears.

Use git rebase if needed to make commit history look good.

Finally, send a patch to the developer using git send-email:

git send-email --to=cyber@sysrq.in origin/master

Code style#

Should be NEP-1 for all new contributions, however there are no linters in CI pipelines yet.