# Contributing to PHPCRM

Thank you for your interest in contributing to **PHPCRM**!  
We ❤️ contributions from developers, designers, documenters, and testers.

This guide helps you get started, explains how to submit changes, and outlines the standards we follow.

---

## Table of Contents

1. [Code of Conduct](#code-of-conduct)  
2. [How Can I Contribute?](#how-can-i-contribute)  
3. [Getting Started](#getting-started)  
4. [Development Workflow](#development-workflow)  
5. [Found a Bug?](#found-a-bug)  
6. [Submitting a Pull Request](#submitting-a-pull-request)  
7. [Coding Standards](#coding-standards)  
8. [Testing](#testing)  
9. [Release Process](#release-process)  
10. [Questions & Support](#questions--support)

---

## Code of Conduct

We expect all contributors to follow the **Contributor Covenant Code of Conduct**.

Be respectful, constructive, and collaborative.  
Please see `CODE_OF_CONDUCT.md` for full details.

---

## How Can I Contribute?

You can contribute in many ways:

✔ Reporting bugs  
✔ Suggesting improvements  
✔ Writing documentation  
✔ Fixing issues  
✔ Adding new features  
✔ Improving tests  

Every contribution helps!

---

## Getting Started

### 1. Fork the Repository

Fork the project on GitHub:

👉 https://github.com/php-crm/PHPCRM

---

### 2. Clone Your Fork

```bash
git clone https://github.com/<your-username>/PHPCRM.git
cd PHPCRM
