Thank you for considering contributing to Open-Mushaf Native! We appreciate your help in making this project better.
- If you find a bug or have a feature request, please open an issue on the GitHub Issues page.
- Provide as much detail as possible, including steps to reproduce the issue and any relevant screenshots.
-
Fork the Repository
- Click the "Fork" button at the top right of the repository page.
-
Clone Your Fork
git clone https://github.com/your-username/open-mushaf-native.git cd open-mushaf-native
-
Create a Branch
Use a descriptive name for your branch.
git checkout -b feature/your-feature-name
-
Make Your Changes
Implement your feature or fix the bug. Ensure that your code follows the project's style guidelines.
-
Commit Your Changes
git add . git commit -m "Add your feature or fix"
-
Push to Your Fork
git push origin feature/your-feature-name
If you have any questions, feel free to reach out by opening an issue or contacting us directly through the GitHub repository.
Thank you for your contributions!