Thank you for considering contributing to the Iraqi Geography Data Repository! By contributing, you help make this resource more valuable for developers, researchers, and users interested in Iraqi geographical data.
-
Fork the repository to your GitHub account.
-
Clone the forked repository to your local machine.
git clone https://github.com/your-username/iraqi-geography-data.git
- Create a new branch for your changes.
git checkout -b feature/new-feature
-
Make your contributions, ensuring that your changes align with the repository's purpose.
-
Commit your changes with descriptive commit messages.
git commit -m "Add new feature"
- Push your changes to your forked repository.
git push origin feature/new-feature
-
Create a pull request from your forked repository to the original repository.
-
Provide a clear and descriptive title for your pull request, along with details about the changes.
-
Your pull request will be reviewed, and if everything is in order, it will be merged.
Please adhere to the following code style guidelines:
- Use consistent indentation (preferably 2 or 4 spaces).
- Write clear and concise commit messages.
- Avoid unnecessary comments unless providing important context.
- Keep code modular and well-organized.
If you encounter any issues or have suggestions, please open an issue on the Issues page.
By contributing to this repository, you agree that your contributions will be licensed under the MIT License.
Thank you for contributing!