Contributing to Reblocks

  1. Discuss a problem in the chat.

  2. Checkout the branch.

  3. Make changes.

  4. Add tests to the t/ subdirectory.

  5. Test changes: (asdf:test-system :reblocks).

  6. Ensure you've updated documentation in the docs folder if you've changed or added functionality.

  7. Describe your changes for in a readable way ontop of the changelog.lisp. Increment a version number according to Semantic Versioning. Also, update a version.lisp-expr file.

  8. Create a pull-request and make the world a better place!