-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(translations): translate CONTRIBUTING.md to Arabic #2558
Merged
Merged
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
f2f1399
feat(translations): translate CONTRIBUTING.md to Arabic
ikrammt 89f48cd
feat(translations): translate CONTRIBUTING.md to Arabic
ikrammt 7ec1efe
fix(docs): correct link for 'props' in 'Understanding Dates' guide
ikrammt 8ffd5db
Revert "fix(docs): correct link for 'props' in 'Understanding Dates' …
ikrammt 4b113e3
feat(translations): update CONTRIBUTING_AR.md
ikrammt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
--- | ||
runme: | ||
id: 01HTR14E6YCR71347B67XW3HWS | ||
version: v3 | ||
--- | ||
|
||
<div dir="rtl"> | ||
|
||
# كيفية المساهمة | ||
|
||
</div> | ||
|
||
<div dir="rtl"> | ||
|
||
Big Calendar يحب أن يرحب بمساهماتك. هناك عدة طرق للمساعدة: | ||
|
||
</div> | ||
|
||
<div dir="rtl"> | ||
|
||
- إنشاء [مشكلة](https://github.com/jquense/react-big-calendar/issues) على GitHub، إذا وجدت خللاً. | ||
- كتابة حالات اختبار أو تقديم أمثلة لمشاكل الأخطاء المفتوحة. يمكنك استنساخ [نموذج الخطأ](https://codesandbox.io/s/react-big-calendar-example-v9wdyd) الخاص بنا في CodeSandbox للبدء. | ||
- كتابة تصحيحات لمشاكل الأخطاء/الميزات المفتوحة. | ||
|
||
</div> | ||
|
||
<div dir="rtl"> | ||
|
||
هناك بعض الإرشادات التي نحتاج من المساهمين اتباعها لكي نكون على قمة الأمور. | ||
|
||
</div> | ||
|
||
<div dir="rtl"> | ||
|
||
## البدء | ||
|
||
</div> | ||
|
||
<div dir="rtl"> | ||
|
||
- تأكد من أن لديك [حساب](https://github.com/signup/free) على GitHub. | ||
- قدّم [مشكلة](https://github.com/jquense/react-big-calendar/issues)، وفي حال لم يكن هناك مشكلة بالفعل. | ||
- وصف المشكلة بوضوح بما في ذلك الخطوات المطلوبة لإعادة إنتاجها في حال كانت خطأً. | ||
- تأكد من تعبئة أقدم إصدار تعرف عليه بهذه المشكلة. | ||
- استنسخ النسخة في GitHub. | ||
|
||
</div> | ||
|
||
<div dir="rtl"> | ||
|
||
## عمل التغييرات | ||
|
||
</div> | ||
|
||
<div dir="rtl"> | ||
|
||
- إنشاء فرع للموضوع من حيث تريد أن تبدأ عملك. | ||
- هذا عادة ما يكون الفرع الرئيسي. | ||
- لإنشاء فرع للموضوع بسرعة استنادًا إلى الرئيسي؛ استخدم `git branch feat/my_contribution master` ثم قم بالتحقق من الفرع الجديد بـ `git checkout feat/my_contribution`. من الأفضل تجنب العمل مباشرةً على الفرع الرئيسي، لتجنب الصراعات في حال استلام تحديثات من المصدر. | ||
- قم بعمل عمليات تأكيد لوحدات منطقية. | ||
- كتابة/تغيير `القصص` التي تعرض الميزات الجديدة أو الخصائص. | ||
- التحقق من تغييراتك مقابل `القصص` الموجودة بالفعل عند الضرورة. | ||
- استخدم رسائل التأكيد الوصفية وفقًا [لتنسيق التأكيد](https://www.conventionalcommits.org/en/v1.0.0/) التقليدي وأشير إلى رقم المشكلة. | ||
|
||
</div> | ||
|
||
<div dir="rtl"> | ||
|
||
## تقديم التغييرات | ||
|
||
</div> | ||
|
||
<div dir="rtl"> | ||
|
||
- دفع تغييراتك إلى فرع الموضوع في نسخة الشوكة الخاصة بك من المستودع. | ||
- قدّم طلب سحب إلى المستودع. | ||
|
||
</div> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't really need this 'runme' block, do we?