From a48d392da3bdb8cdf60e3d45e97511bafc545c8a Mon Sep 17 00:00:00 2001 From: Nalwoga Date: Tue, 21 Apr 2026 15:59:24 +0300 Subject: [PATCH] docs: add CONTRIBUTING.md for issue #39 - Added comprehensive contribution guidelines - Included development setup instructions - Added PR process and code style guidelines --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5d77c8c..1b5436c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,6 +5,7 @@ Thank you for your interest in contributing to OpenCare-Africa! We welcome contr ## Table of Contents - [Code of Conduct](#code-of-conduct) +- [Getting Started](#getting-started) - [How Can I Contribute?](#how-can-i-contribute) - [Getting Started](#getting-started) - [Development Workflow](#development-workflow) @@ -13,11 +14,25 @@ Thank you for your interest in contributing to OpenCare-Africa! We welcome contr - [Documentation](#documentation) - [Security](#security) - [Questions or Need Help?](#questions-or-need-help) +- [Feature Requests](#feature-requests) +- [License](#license) ## Code of Conduct This project and everyone participating in it is governed by our Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [conduct@opencare-africa.org](mailto:conduct@opencare-africa.org). +## 🚀 Getting Started +### Prerequisites +- Python 3.11 or higher +- Git +- Docker (optional, but recommended) +### Fork the Repository +1. Go to https://github.com/bos-com/OpenCare-Core +2. Click the "Fork" button (top right) +3. Clone your fork: + ```bash + git clone https://github.com/YOUR_USERNAME/OpenCare-Core.git + cd OpenCare-Core ## How Can I Contribute? ### Reporting Bugs