Thanks for your interest in contributing!
- Fork the repo
- Clone your fork
- Create a branch:
git checkout -b my-feature - Make your changes
- Run tests:
cargo test - Run lints:
cargo clippy - Format:
cargo fmt - Commit and push
- Open a PR
-
logcrate compatibility - Custom color themes
- File output support
- Log rotation
- More time format options
- Performance benchmarks
- Documentation improvements
- Run
cargo fmtbefore committing - Run
cargo clippyand fix warnings - Add tests for new features
- Keep it simple — sheen is meant to be minimal
Open an issue — happy to help!