nimbus/docs/contributing.rst

1.1 KiB

Contributing

Any form of contribution is welcome!

Workflow

First, get the source code:

Make some changes and run the tests:

bash

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:

bash

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