Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Contributing to DevR.AI 🚀

Thank you for your interest in contributing to DevR.AI!
We welcome contributions of all kinds — bug fixes, improvements, documentation, and new features.

---

## 🛠 Getting Started

1. Fork the repository
2. Clone your fork locally
3. Create and activate a virtual environment
4. Install dependencies

```bash
pip install -r requirements.txt