We welcome contributions from anyone and everyone. Please see our guidelines for contributing.
If you have any questions, please reach out to our developer community GeoDev Germany Questions.
Here’s how you can get involved:
- Click the “Fork” button at the top right of the repository page to create a copy of the repository in your GitHub account.
- Clone your forked repository to your local machine using:
git clone https://github.com/EsriDE/urban-heat-risk-index.git
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
- Make your changes in the codebase. Ensure your code follows the project’s coding standards.
- Commit your changes with a descriptive commit message:
git add .
git commit -m "Add feature: your feature description"
- Push your changes to your forked repository:
git push origin feature/your-feature-name
- Go to the original repository on GitHub and click the “New Pull Request” button. Select your branch and submit the pull request for review.
Feedback and Support If you have any questions or need help, feel free to open an issue or contact us at GeoDev Germany Questions.