Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.55 KB

CONTRIBUTING.md

File metadata and controls

47 lines (33 loc) · 1.55 KB

How to Contribute

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:

Fork the Repository

  • 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 Fork

  • Clone your forked repository to your local machine using:
git clone https://github.com/EsriDE/urban-heat-risk-index.git

Create a Branch

  • Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name

Make Changes

  • Make your changes in the codebase. Ensure your code follows the project’s coding standards.

Commit Your Changes

  • Commit your changes with a descriptive commit message:
git add .
git commit -m "Add feature: your feature description"

Push to Your Fork

  • Push your changes to your forked repository:
git push origin feature/your-feature-name

Create a Pull Request

  • 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.