Thanks for considering contributing! Here's how to get started.
git clone https://github.com/SyntaxHQDEV/repoguard.git
cd repoguard
python -m venv venv
source venv/bin/activate # or `venv\Scripts\activate` on Windows
pip install -e ".[dev]"pytest- Bug reports: include reproduction steps and expected behavior
- Feature requests: describe the use case and proposed solution
- Fork the repository
- Create a feature branch
- Add tests for new functionality
- Run
pytestto confirm everything passes - Open a PR against
main
This project follows the Contributor Covenant Code of Conduct.