First off, thank you for considering contributing to ClaudForge! It's people like you that make ClaudForge such a great tool.
- Use the GitHub Issues tab.
- Describe the bug and include steps to reproduce it.
- Mention your OS and Python version.
- Open an issue to discuss the change before implementing it.
- Focus on Developer Experience (DX) and reliability.
- Fork the repo and create your branch from
main. - Ensure your code follows PEP 8.
- If you've added code that should be tested, add tests.
- Automated Verification: All PRs must pass the existing GitHub Actions test suite (linter + unit tests) before they can be merged.
- Update the documentation if necessary.
- Open a PR!
git clone https://github.com/VinuBalagopalAP/claudforge.git
cd claudforge
pip install -e ".[dev]"
playwright install chromeBy contributing, you agree that your contributions will be licensed under its MIT License.