- Bug reports: Open a GitHub Issue with steps to reproduce
- Feature requests: Open a GitHub Issue with use case and rationale
- Security vulnerabilities: See SECURITY.md
git clone https://github.com/rfxn/linux-malware-detect.git
cd linux-malware-detect
# Project-specific setup instructions- All shell scripts pass
bash -nandshellcheck - Tests use the BATS framework:
make -C tests test - Commit messages follow project conventions (see CHANGELOG for format)
- Fork the repository
- Create a feature branch from the current release branch
- Make your changes with tests
- Ensure all tests pass:
make -C tests test - Submit a pull request with a clear description
By contributing, you agree that your contributions will be licensed under the GNU GPL v2.