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:
- Library design: design.md.
- Code organization: code.md.
- Code style: style.md.
- AI Assistant guide: AGENTS.md (for AI coding assistants).
Recommended setup:
- VS Code with devcontainer extension
- Docker installed
- Open
microlog.code-workspaceand reopen it in devcontainer
About pull requests:
- I may ask you to fix some issues before merging or update the
versionfile. - 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).