Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.38 KB

File metadata and controls

63 lines (41 loc) · 1.38 KB

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
  2. How Can I Contribute?
  3. Getting Started
  4. Development Workflow
  5. Found a Bug?
  6. Submitting a Pull Request
  7. Coding Standards
  8. Testing
  9. Release Process
  10. 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

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