Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 775 Bytes

File metadata and controls

36 lines (25 loc) · 775 Bytes

Contributing to RepoGuard

Thanks for considering contributing! Here's how to get started.

Development Setup

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]"

Running Tests

pytest

Opening Issues

  • Bug reports: include reproduction steps and expected behavior
  • Feature requests: describe the use case and proposed solution

Pull Requests

  1. Fork the repository
  2. Create a feature branch
  3. Add tests for new functionality
  4. Run pytest to confirm everything passes
  5. Open a PR against main

Code of Conduct

This project follows the Contributor Covenant Code of Conduct.