diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..6568dce --- /dev/null +++ b/CONTRIBUTING.md @@ -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 \ No newline at end of file