علي قتيبة
علي قتيبة
React version: ## Steps To Reproduce 1. 2. Link to code example: ## The current behavior ## The expected behavior
Ali
- [ ] ALSALAM@ALS[ali]()``` #am[asxf]() ```
_This is generated from the [patch release template](https://github.com/gogs/gogs/blob/main/.github/ISSUE_TEMPLATE/dev_release_patch_version.md)._ ## Before release On the release branch: - [x] Make sure all commits are cherry-picked from the `main` branch by checking the...
_This is generated from the [minor release template](https://github.com/gogs/gogs/blob/main/.github/ISSUE_TEMPLATE/dev_release_minor_version.md)._ ## Before release On the `main` branch: - [x] Close stale issues with the label [status: needs feedback](https://github.com/gogs/gogs/issues?q=is%3Aissue+is%3Aopen+label%3A%22status%3A+needs+feedback%22). - [x] [Sync locales...
_This is generated from the [minor release template](https://github.com/gogs/gogs/blob/main/.github/ISSUE_TEMPLATE/dev_release_minor_version.md)._ ## Before release On the `main` branch: - [ ] Close stale issues with the label [status: needs feedback](https://github.com/gogs/gogs/issues?q=is%3Aissue+is%3Aopen+label%3A%22status%3A+needs+feedback%22). - [ ]...
_This is generated from the [patch release template](https://github.com/gogs/gogs/blob/main/.github/ISSUE_TEMPLATE/dev_release_patch_version.md)._ ## Before release On the release branch: - [x] Make sure all commits are cherry-picked from the `main` branch by checking the...
_This is generated from the [minor release template](https://github.com/gogs/gogs/blob/main/.github/ISSUE_TEMPLATE/dev_release_minor_version.md)._ ## Before release On the `main` branch: - [x] Close stale issues with the label [status: needs feedback](https://github.com/gogs/gogs/issues?q=is%3Aissue+is%3Aopen+label%3A%22status%3A+needs+feedback%22). - [x] [Sync locales...
git init # تهيئة Git في المشروع git add . # إضافة جميع الملفات git commit -m "Initial commit" # إنشاء أول عملية commit git remote add origin https://github.com/username/my-api-project.git #...