Contributing to MicroLog

October 8, 2025 ยท View on GitHub

If you want to contribute feel free to open an issue or create Pull Request with your changes. Here are some guidelines to help you get started:

Recommended setup:

  • VS Code with devcontainer extension
  • Docker installed
  • Open microlog.code-workspace and reopen it in devcontainer

About pull requests:

  • I may ask you to fix some issues before merging or update the version file.
  • Please update unit tests accordingly if you add new features or change existing ones.
  • Please ensure that the code is formatted according to the project's style (use clang-format).