Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.21 KB

File metadata and controls

50 lines (31 loc) · 1.21 KB

Contributing Guide

Thank you for considering contributing to this project! Your help is very welcome.
Please take a moment to review the following guidelines before submitting an issue, feature request, or pull request.


📌 Code of Conduct

By participating in this project, you agree to abide by our Code of Conduct.
Please be respectful, inclusive, and constructive in all your interactions.


🚀 How to Contribute

1. Fork the Repository

Click the "Fork" button on GitHub to create your own copy of the repository.

2. Clone

git clone https://github.com/Suleeyman/api-esmaul-husna.git
cd api-esmaul-husna

3. Create a Feature Branch

git checkout -b feature/my-feature-name

4. Make Your Changes

Please ensure your code follows the project conventions and is clean and well-documented.

If you just want to change the esmas.json file don't change his overall structure.

5. Commit and Push

git add .
git commit -m "Add feature: [short description]"
git push origin feature/my-feature-name

7. Submit a Pull Request (PR)

Go to the GitHub repo and click "Compare & pull request". Fill out the PR template and explain your changes.