Below are guidelines for contributions to Sword. For information on building and hacking on Sword, see DEVELOPERS.md.
Hoon should generally follow the Hoon Style Guide.
Rust code must pass cargo fmt --check
.
Please name your branch <your gh username>/<something descriptive>
:
An exception is given if you have established use of a different personal prefix
(e.g. your first name) throughout the codebase.
Examples:
eamsden/cap-jet
philip/optimized-jam-algorithm
Don't merge without them, don't forget to do them for others.