Skip to content

Contributing Guide

Thank you for contributing to PIP AI.

Getting Started

  1. Fork the repository
  2. Clone your fork
  3. Install dependencies: npm install
  4. Create a branch: git checkout -b feature/your-feature
  5. Make your changes
  6. Run tests: npm run test:run
  7. Commit and push
  8. Open a Pull Request

Development Setup

See the Installation Guide for detailed setup instructions.

Reporting Issues

  • Use GitHub Issues for bug reports and feature requests
  • Include steps to reproduce for bugs
  • Include screenshots for UI issues

Built with VitePress