Skip to content

Commit f636a36

Browse files
committed
refactor: changed project name yaqiin-quran > quran
1 parent ceb5888 commit f636a36

File tree

5 files changed

+16
-15
lines changed

5 files changed

+16
-15
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Need Support?
4-
url: https://github.com/yaqiin/yaqiin-quran/discussions
4+
url: https://github.com/yaqiin/quran/discussions
55
about: Please ask and answer questions in Discussions instead of opening an issue.

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
name: Feature
33
about: Describe the feature that needs to be implemented
4-
labels: feature
4+
labels: enhancement
5+
type: Feature
56
assignees:
67
---
78

CONTRIBUTING.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ Thank you for helping improve this project! Choose how you'd like to contribute:
44

55
## 🐛 Report bugs
66

7-
- Check existing [issues](https://github.com/yaqiin/yaqiin-quran/issues) first
7+
- Check existing [issues](https://github.com/yaqiin/quran/issues) first
88
- Open a new issue if it's not reported yet
99
- Include steps to reproduce the bug
1010

1111
## 💡 Suggest Improvements
1212

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
1514
- We will let you know if it fits the project
1615

1716
## 🛠️ Development
@@ -22,7 +21,7 @@ Here's how to get started:
2221

2322
- Find an issue to work on (or start a new one)
2423
- 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:
2625
- Description of your changes
2726
- Links to any related issues
2827

@@ -31,4 +30,3 @@ Here's how to get started:
3130
- Refactor/Improve existing code
3231
- Add new feature
3332
- Fix bugs
34-

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# القرآن الكريم
22

3-
منصة تفاعلية لقراءة القرآن الكريم عبر الإنترنت، تهدف إلى توفير تجربة سلسة وسريعة للمستخدمين.
3+
منصة تفاعلية لقراءة القرآن الكريم عبر الإنترنت، تهدف إلى توفير تجربة سلسة وسريعة
4+
للمستخدمين.
45

56
## البدء
67

78
### تشغيل المشروع على جهازك المحلي
89

910
```sh
1011
# استنساخ المستودع من GitHub.
11-
git clone https://github.com/yaqiin/yaqiin-quran.git
12+
git clone https://github.com/yaqiin/quran.git
1213

1314
# الانتقال إلى مجلد المشروع.
14-
cd yaqiin-quran
15+
cd quran
1516

1617
# تثبيت جميع التبعيات المطلوبة.
1718
npm i
@@ -21,6 +22,7 @@ npm run dev
2122
```
2223

2324
### التقنيات المستخدمة
25+
2426
تم بناء المشروع باستخدام مجموعة من أحدث التقنيات، بما في ذلك:
2527

2628
- Vite
@@ -32,10 +34,10 @@ npm run dev
3234

3335
## إرشادات المساهمة
3436

35-
نرحب بجميع المساهمات في هذا المشروع!
36-
للمزيد من التفاصيل حول كيفية المساهمة، يُرجى الاطلاع على ملف
37-
[CONTRIBUTING.md](CONTRIBUTING.md).
37+
نرحب بجميع المساهمات في هذا المشروع! للمزيد من التفاصيل حول كيفية المساهمة،
38+
يُرجى الاطلاع على ملف [CONTRIBUTING.md](CONTRIBUTING.md).
3839

3940
## الرخصة
4041

41-
هذا المشروع مرخّص بموجب رخصة MIT. راجع ملف [LICENSE](LICENSE) للمزيد من التفاصيل.
42+
هذا المشروع مرخّص بموجب رخصة MIT. راجع ملف [LICENSE](LICENSE) للمزيد من
43+
التفاصيل.

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Separator } from '@/components/ui/separator';
55
const socialLinks = [
66
{
77
icon: Github,
8-
href: 'https://github.com/yaqiin/yaqiin-quran',
8+
href: 'https://github.com/yaqiin/quran',
99
label: 'Github',
1010
},
1111
{

0 commit comments

Comments
 (0)