Thanks for wanting to help out.
- Fork the repo
- Clone it:
git clone your-fork-url - Make a branch:
git checkout -b your-feature - Code, test, commit
- Push and open a PR
Run these:
cargo fmt --all
cargo clippy --all -- -D warnings
cargo test --allIf stuff fails, fix it before pushing.
Keep them short and clear:
feat: add new detection methodfix: crash when scanning process 0docs: update README examples
- macOS support is barely there
- Tests could use more coverage
- Documentation always needs updates
- Performance optimizations
- More detection techniques
- Write Rust that doesn't suck
- Document weird stuff
- Add tests for new features
- Don't break existing functionality
That's it. Keep it simple.