# المساهمة

## مستودعات الكود                                                                             &#x20;

يتم ا[ضافة الكود الخاص بنا على Github](https://github.com/coordinape/) في ثلاثة مستودعات منفصلة.                                                               &#x20;

* [Frontend repo](https://github.com/coordinape/coordinape)
* [Backend repo](https://github.com/coordinape/coordinape-backend)
* [Solidity / Protocols repo](https://github.com/coordinape/coordinape-protocol)

يتضمن كل مستودع أعلاه ملف README.md في جذر المستودع مع إرشادات حول تشغيل هذا التطبيق. يعمل                  تطبيق كوردينايب الحالي الخاص بنا خارج السلسلة باستخدام مستودعات اماميه و خلفيه. مستودع الصلابة الخاص بنا قيد التطوير النشط بينما ننقل كوردينايب على السلسلة.                                                                                          &#x20;

## استعد للبدء                                                                                       &#x20;

لبدء بيئة التطوير الخاصة بك ، ابدأ باتباع README في المستودع الخلفي. بمجرد تشغيل الواجهة الخلفية و                       تشغيلها بعد ذلك ، اتبع README في المستودع الامامي.                                                                                          &#x20;

## أسئلة و مساعدة                                                                           &#x20;

تعد مشكلات جيت-هب و[ الديسكورد](https://discord.coordinape.com/) أفضل الأماكن التي يمكن للمجتمع أن يتعاون فيها.                                                  &#x20;

انضم إلى قناة [#dev](https://discord.coordinape.com/) على الديسكورد للأسئلة التقنية.                                                                                                &#x20;


---

# Agent Instructions: 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://docs.coordinape.com/arabic/contributing.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.
