First off, thank you for considering contributing!
- Reporting Bugs: Open an issue with a clear description and steps to reproduce.
- Feature Requests: We welcome ideas for new AI review rules or dashboard features.
- Pull Requests: 1. Fork the repo.
2. Create a feature branch (
git checkout -b feature/NewFeature). 3. Commit your changes. 4. Open a PR with a detailed description of your changes.
- Follow standard JavaScript/TypeScript linting.
- Ensure all AI-related logic is documented in the
/pr-review-agentdirectory. - Update the README if you change the installation process.