Thank you for considering contributing to the Parch Linux PKGBUILD repository! Your contributions help improve the community and the software we all use. Please follow the guidelines below to ensure a smooth contribution process.
## How to Contribute
1.**Fork the Repository**: Start by forking the repository to your own GitHub account.
2.**Clone Your Fork**: Clone your forked repository to your local machine.
3.**Create a Branch**: Create a new branch for your feature or bug fix.
```bash
git checkout -b my-feature-branch
```
4.**Make Changes**: Make your changes to the PKGBUILD or related files.
5.**Commit Your Changes**: Commit your changes with a clear message.
```bash
git commit -m "Add new package or fix issue"
```
6.**Push to Your Fork**: Push your changes to your forked repository.
```bash
git push origin my-feature-branch
```
7.**Create a Pull Request**: Go to the original repository and create a pull request from your branch.
If you do not wish to create a GitLab account, you can send your changes as a patch file. To create a patch, use the following command:
```bash
git format-patch origin/main
```
Then, send the generated `.patch` file to the maintainers.
## Guidelines
- Ensure that your PKGBUILD follows the Arch Linux packaging standards.
- Test your PKGBUILD before submitting.
- Provide a clear description of your changes in the pull request.
## Code of Conduct
Please adhere to the [Code of Conduct](CODE_OF_CONDUCT.md) while contributing to this project.
---
‏
# مشارکت در مخزن سورسهای بستههای پارچ لینوکس
از اینکه به مشارکت در مخزن سورسهای بستههای پارچ لینوکس فکر میکنید، متشکریم! مشارکتهای شما به بهبود جامعه و نرمافزاری که همه ما استفاده میکنیم، کمک میکند. لطفاً دستورالعملهای زیر را برای اطمینان از یک فرآیند مشارکت روان دنبال کنید.
## چگونه مشارکت کنیم
1.**مخزن را Fork کنید**: ابتدا مخزن را به حساب GitHub خود Fork کنید.
2.**Fork خود را Clone کنید**: مخزن Fork شده را به ماشین محلی خود Clone کنید.