المساهمة
شكراً لاهتمامك بالمساهمة في Awesome Claude Arabic!
كيفية المساهمة
- اعمل Fork للمستودع.
- أنشئ فرع جديد:
git checkout -b feat/your-branch-name. - أضف التعديلات في الملفات المناسبة.
- تأكد من إضافة وصف قصير بالعربية والإنجليزية.
- ادفع الفرع:
git push origin feat/your-branch-name. - افتح Pull Request نحو
mainمع شرح للإضافة.
⚠️ لا يُسمح بالدفع المباشر إلى فرع
main. جميع التعديلات تمر عبر Pull Request.
إعداد Git Hooks (للمساهمين)
بعد استنساخ المستودع، شغّل الأمر التالي لتفعيل الحماية المحلية:
npm run install-hooks
معايير القبول
- المورد يجب أن يكون مفيداً للمستخدم العربي.
- يجب أن يكون الرابط يعمل وآمن.
- يجب أن يتبع التنسيق:
[اسم المورد](الرابط) — وصف قصير.
Contributing
Thank you for your interest in contributing to Awesome Claude Arabic!
How to Contribute
- Fork the repository.
- Create a new branch:
git checkout -b feat/your-branch-name. - Make your changes.
- Include a short description in both Arabic and English.
- Push your branch:
git push origin feat/your-branch-name. - Open a Pull Request targeting
mainwith a description of the change.
⚠️ Direct pushes to
mainare not allowed. All changes must go through a Pull Request.
Setting Up Git Hooks (for contributors)
After cloning the repository, run the following to activate the local push protection:
npm run install-hooks
Acceptance Criteria
- The resource must be useful for Arabic-speaking users.
- Links must be working and safe.
- Follow the format:
[Resource Name](URL) — Short description.