File tree Expand file tree Collapse file tree 5 files changed +16
-15
lines changed Expand file tree Collapse file tree 5 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 1
1
blank_issues_enabled : false
2
2
contact_links :
3
3
- name : Need Support?
4
- url : https://github.com/yaqiin/yaqiin- quran/discussions
4
+ url : https://github.com/yaqiin/quran/discussions
5
5
about : Please ask and answer questions in Discussions instead of opening an issue.
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Feature
3
3
about : Describe the feature that needs to be implemented
4
- labels : feature
4
+ labels : enhancement
5
+ type : Feature
5
6
assignees :
6
7
---
7
8
Original file line number Diff line number Diff line change @@ -4,14 +4,13 @@ Thank you for helping improve this project! Choose how you'd like to contribute:
4
4
5
5
## 🐛 Report bugs
6
6
7
- - Check existing [ issues] ( https://github.com/yaqiin/yaqiin- quran/issues ) first
7
+ - Check existing [ issues] ( https://github.com/yaqiin/quran/issues ) first
8
8
- Open a new issue if it's not reported yet
9
9
- Include steps to reproduce the bug
10
10
11
11
## 💡 Suggest Improvements
12
12
13
- - Open an [ issue] ( https://github.com/yaqiin/yaqiin-quran/issues ) to discuss
14
- your idea
13
+ - Open an [ issue] ( https://github.com/yaqiin/quran/issues ) to discuss your idea
15
14
- We will let you know if it fits the project
16
15
17
16
## 🛠️ Development
@@ -22,7 +21,7 @@ Here's how to get started:
22
21
23
22
- Find an issue to work on (or start a new one)
24
23
- Fork the repo and make your changes
25
- - Open a [ pull request] ( https://github.com/yaqiin/yaqiin- quran/pulls ) with:
24
+ - Open a [ pull request] ( https://github.com/yaqiin/quran/pulls ) with:
26
25
- Description of your changes
27
26
- Links to any related issues
28
27
@@ -31,4 +30,3 @@ Here's how to get started:
31
30
- Refactor/Improve existing code
32
31
- Add new feature
33
32
- Fix bugs
34
-
Original file line number Diff line number Diff line change 1
1
# القرآن الكريم
2
2
3
- منصة تفاعلية لقراءة القرآن الكريم عبر الإنترنت، تهدف إلى توفير تجربة سلسة وسريعة للمستخدمين.
3
+ منصة تفاعلية لقراءة القرآن الكريم عبر الإنترنت، تهدف إلى توفير تجربة سلسة وسريعة
4
+ للمستخدمين.
4
5
5
6
## البدء
6
7
7
8
### تشغيل المشروع على جهازك المحلي
8
9
9
10
``` sh
10
11
# استنساخ المستودع من GitHub.
11
- git clone https://github.com/yaqiin/yaqiin- quran.git
12
+ git clone https://github.com/yaqiin/quran.git
12
13
13
14
# الانتقال إلى مجلد المشروع.
14
- cd yaqiin- quran
15
+ cd quran
15
16
16
17
# تثبيت جميع التبعيات المطلوبة.
17
18
npm i
@@ -21,6 +22,7 @@ npm run dev
21
22
```
22
23
23
24
### التقنيات المستخدمة
25
+
24
26
تم بناء المشروع باستخدام مجموعة من أحدث التقنيات، بما في ذلك:
25
27
26
28
- Vite
@@ -32,10 +34,10 @@ npm run dev
32
34
33
35
## إرشادات المساهمة
34
36
35
- نرحب بجميع المساهمات في هذا المشروع!
36
- للمزيد من التفاصيل حول كيفية المساهمة، يُرجى الاطلاع على ملف
37
- [ CONTRIBUTING.md] ( CONTRIBUTING.md ) .
37
+ نرحب بجميع المساهمات في هذا المشروع! للمزيد من التفاصيل حول كيفية المساهمة،
38
+ يُرجى الاطلاع على ملف [ CONTRIBUTING.md] ( CONTRIBUTING.md ) .
38
39
39
40
## الرخصة
40
41
41
- هذا المشروع مرخّص بموجب رخصة MIT. راجع ملف [ LICENSE] ( LICENSE ) للمزيد من التفاصيل.
42
+ هذا المشروع مرخّص بموجب رخصة MIT. راجع ملف [ LICENSE] ( LICENSE ) للمزيد من
43
+ التفاصيل.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { Separator } from '@/components/ui/separator';
5
5
const socialLinks = [
6
6
{
7
7
icon : Github ,
8
- href : 'https://github.com/yaqiin/yaqiin- quran' ,
8
+ href : 'https://github.com/yaqiin/quran' ,
9
9
label : 'Github' ,
10
10
} ,
11
11
{
You can’t perform that action at this time.
0 commit comments