> For the complete documentation index, see [llms.txt](https://moataz-salahs-organization.gitbook.io/chatter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moataz-salahs-organization.gitbook.io/chatter/the-end/contribution-guidelines.md).

# Contribution guidelines

<mark style="color:blue;">**Coding Standards**</mark>

To maintain high code quality in Chatter, we adhere to the following coding standards:

**PHP Code:** We follow[ PSR-12](https://www.php-fig.org/psr/) for PHP coding standards, ensuring clean and consistent code.

**JavaScript Code:** ESLint is used for JavaScript code to enforce best practices and maintain code quality.

<mark style="color:blue;">**Pull Requests & Issues**</mark>

We welcome contributions to Chatter and encourage a collaborative approach:

**Forking and Branching:** Start by forking the repository and creating a feature branch for your changes.

**Submitting Pull Requests:** After making your changes, submit a pull request with a clear description of the modifications. This allows us to review and integrate your contributions effectively.

<mark style="color:blue;">**Code of Conduct**</mark>

We strive to maintain a positive and respectful community. Our code of conduct includes:

**Respectful Communication:** Engage with other contributors respectfully and constructively.

**Collaborative Approach:** Work collaboratively to resolve issues and implement features.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://moataz-salahs-organization.gitbook.io/chatter/the-end/contribution-guidelines.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
