Skip to Content
Contributing

Contributing to Rhesis

We welcome contributions of all kinds — code, ideas, documentation, and bug reports.

Ways to Contribute

Getting Started

The fastest way to start contributing:

git clone https://github.com/rhesis-ai/rhesis.git && cd rhesis ./rh dev init # Initialize env files (one-time) ./rh dev up # Start postgres + redis ./rh dev backend # Start backend ./rh dev frontend # Start frontend

For detailed guides, see:

Before contributing, please review our legal information:

For the full contribution guide including setup instructions, coding standards, and commit guidelines, see our CONTRIBUTING.md .


Thanks for being part of the Rhesis community!