Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.75 KB

CONTRIBUTING.md

File metadata and controls

60 lines (35 loc) · 1.75 KB

Contributing to Iraqi Geography Data Repository

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.

How to Contribute

  1. Fork the repository to your GitHub account.

  2. Clone the forked repository to your local machine.

git clone https://github.com/your-username/iraqi-geography-data.git
  1. Create a new branch for your changes.
git checkout -b feature/new-feature
  1. Make your contributions, ensuring that your changes align with the repository's purpose.

  2. Commit your changes with descriptive commit messages.

git commit -m "Add new feature"
  1. Push your changes to your forked repository.
git push origin feature/new-feature
  1. Create a pull request from your forked repository to the original repository.

  2. Provide a clear and descriptive title for your pull request, along with details about the changes.

  3. Your pull request will be reviewed, and if everything is in order, it will be merged.

Code Style Guidelines

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.

Reporting Issues

If you encounter any issues or have suggestions, please open an issue on the Issues page.

License

By contributing to this repository, you agree that your contributions will be licensed under the MIT License.

Thank you for contributing!