Contributing Guide
Thank you for contributing to PIP AI.
Getting Started
- Fork the repository
- Clone your fork
- Install dependencies:
npm install - Create a branch:
git checkout -b feature/your-feature - Make your changes
- Run tests:
npm run test:run - Commit and push
- 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