Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.13 KB

CONTRIBUTING.md

File metadata and controls

33 lines (21 loc) · 1.13 KB

Contribution

We're thrilled that you're interested in contributing to the "QGIS Fast Grid Inspection" plugin! Whether you're a developer, a GIS expert, or someone who just wants to make things better, your contribution is welcome. Below you'll find ways to provide feedback or contribute to the development.

Contributions via Pull Requests

  1. Fork the Repository: Start by forking the QGIS Fast Grid Inspection repository.

  2. Clone Your Fork: Clone your fork locally to make changes.

    git clone https://github.com/yourusername/qgis-fgi-plugin.git
  3. Create a New Branch: Always create a new branch for your changes.

    git checkout -b feature/my-feature-branch
  4. Commit Your Changes: Make your changes and commit them.

    git commit -m "Description of the changes"
  5. Push to GitHub: Push your changes to your GitHub repository.

    git push origin feature/my-feature-branch
  6. Submit a Pull Request: Finally, submit a pull request from your fork to the original repository.