Repository files navigation
title
Contributing
description
Guide for contributing to PraisonAI through GitHub, including forking, cloning, and submitting pull requests
icon
code-branch
Fork on GitHub: Use the "Fork" button on the repository page.
Clone your fork: git clone https://github.com/yourusername/praisonAI.git
Create a branch: git checkout -b new-feature
Make changes and commit: git commit -am "Add some feature"
Push to your fork: git push origin new-feature
Submit a pull request via GitHub's web interface.
Await feedback from project maintainers.
```bash
python -m venv .venv && source .venv/bin/activate
# Windows: .venv\Scripts\activate
```
```bash
pip install -e src/praisonai-platform[test]
```
This installs every dependency needed for pytest collection and execution — including `email-validator` for Pydantic `EmailStr` fields. No manual follow-up installs.
```bash
pytest src/praisonai-platform/tests -q
```
About
No description, website, or topics provided.
Contributing
Stars
Watchers
Forks
You can’t perform that action at this time.