From fca361873d89413d446b9d48dc3501d90e9ab358 Mon Sep 17 00:00:00 2001 From: dolliecoder Date: Tue, 3 Feb 2026 15:43:36 +0530 Subject: [PATCH 1/2] Add missing CONTRIBUTING.md referenced in README (fix #208) --- CONTRIBUTOR.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CONTRIBUTOR.md diff --git a/CONTRIBUTOR.md b/CONTRIBUTOR.md new file mode 100644 index 0000000..6568dce --- /dev/null +++ b/CONTRIBUTOR.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 From 1f29613c5148e5b63907b14a847a4d9b75c3477f Mon Sep 17 00:00:00 2001 From: dolliecoder Date: Tue, 3 Feb 2026 15:50:50 +0530 Subject: [PATCH 2/2] Rename CONTRIBUTOR.md to CONTRIBUTING.md to match README link (fix #208) --- CONTRIBUTOR.md => CONTRIBUTING.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename CONTRIBUTOR.md => CONTRIBUTING.md (100%) diff --git a/CONTRIBUTOR.md b/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTOR.md rename to CONTRIBUTING.md