Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

54 lines (33 loc) · 1.3 KB

Contributing to Open-Mushaf Native

Thank you for considering contributing to Open-Mushaf Native! We appreciate your help in making this project better.

How to Contribute

Reporting Issues

  • 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.

Pull Requests

  1. Fork the Repository

    • Click the "Fork" button at the top right of the repository page.
  2. Clone Your Fork

    git clone https://github.com/your-username/open-mushaf-native.git
    cd open-mushaf-native
  3. Create a Branch

    Use a descriptive name for your branch.

    git checkout -b feature/your-feature-name
  4. Make Your Changes

    Implement your feature or fix the bug. Ensure that your code follows the project's style guidelines.

  5. Commit Your Changes

    git add .
    git commit -m "Add your feature or fix"
  6. Push to Your Fork

    git push origin feature/your-feature-name

Questions?

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!