From 22549c4c924fa37f38af960319870a8f8f7c2d04 Mon Sep 17 00:00:00 2001 From: Josirex Legacy Date: Tue, 24 Mar 2026 20:07:58 +0300 Subject: [PATCH] docs: add contributor quick guide and setup tips --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ccc78b0..13f4fa4 100644 --- a/README.md +++ b/README.md @@ -651,3 +651,12 @@ cp env.example .env --- **OpenCare-Africa** - Empowering healthcare in Africa through technology. + +## 📝 Contributor Quick Guide + +If you want to contribute to OpenCare-Africa: + +1. **Fork this repository** to your own GitHub account. +2. **Create a new branch** with a descriptive name: + ```bash + git checkout -b docs/setup-instructions