v.1.3.0 CONTRIBUTION.md update #24

Merged
Yasien Meth merged 2 commits from v.1.3.0 into main 2026-06-26 09:49:54 +02:00
Showing only changes of commit 1d3d2b0f10 - Show all commits

View file

@ -33,7 +33,7 @@ We use a **Fork-and-Pull** model to manage contributions safely and keep the mai
1. **Fork the Repository:** Log into **MIH Git** and click the **Fork** button on the main [mih-project](https://git.mzansi-innovation-hub.co.za/yaso_meth/mih-project) repository to create a copy under your personal account. 1. **Fork the Repository:** Log into **MIH Git** and click the **Fork** button on the main [mih-project](https://git.mzansi-innovation-hub.co.za/yaso_meth/mih-project) repository to create a copy under your personal account.
2. **Clone Your Fork:** Clone your personal fork locally to your machine: 2. **Clone Your Fork:** Clone your personal fork locally to your machine:
```bash ```bash
git clone https://git.mzansi-innovation-hub.co.za/YOUR_USERNAME/mih-project.git git clone --depth 1 https://git.mzansi-innovation-hub.co.za/YOUR_USERNAME/mih-project.git
cd mih-project cd mih-project
``` ```
3. **Checkout the Active Version Branch:** Fetch the latest branches and switch to the current active version branch (e.g., `v.1.4.0`): 3. **Checkout the Active Version Branch:** Fetch the latest branches and switch to the current active version branch (e.g., `v.1.4.0`):