There was an error while loading. Please reload this page.
Islam Made Easy Developer Center Guidelines
1. Fork this repository.
2. Clone the forked repository.
git clone https://github.com/Islam-Made-Easy/islam_made_easy.git
3. Navigate to the project directory.
cd islam_made_easy
4. Checkout from the main to the development branch.
git checkout development
5. Make changes in the source code.
6. Commit your changes.
git add . git commit -m "<your_commit_message>"
7. Push your local branch to the remote repository.
git push -u origin development