Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 700 Bytes

File metadata and controls

16 lines (13 loc) · 700 Bytes

Contributing to PR-Reviewer Agent

First off, thank you for considering contributing!

How Can I Contribute?

  • 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.

Coding Standards

  • Follow standard JavaScript/TypeScript linting.
  • Ensure all AI-related logic is documented in the /pr-review-agent directory.
  • Update the README if you change the installation process.