Contributing to Reblocks

  1. Discuss the problem at the GitHub discussion.

  2. Check out the branch.

  3. Make changes.

  4. Add tests to the t/ subdirectory.

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

  6. Ensure the documentation in the docs folder has been updated if changed or added functionality.

  7. Describe the changes in a readable way on top of the changelog.lisp. Increment the version number according to Semantic Versioning.

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