Contributing to Reblocks
Discuss a problem in the chat.
Checkout the branch.
Make changes.
Add tests to the
t/
subdirectory.Test changes:
(asdf:test-system :reblocks)
.Ensure you've updated documentation in the
docs
folder if you've changed or added functionality.Describe your changes for in a readable way ontop of the
changelog.lisp
. Increment a version number according to Semantic Versioning. Also, update aversion.lisp-expr
file.Create a pull-request and make the world a better place!