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.
-
Fork the Repository: Start by forking the QGIS Fast Grid Inspection repository.
-
Clone Your Fork: Clone your fork locally to make changes.
git clone https://github.com/yourusername/qgis-fgi-plugin.git
-
Create a New Branch: Always create a new branch for your changes.
git checkout -b feature/my-feature-branch
-
Commit Your Changes: Make your changes and commit them.
git commit -m "Description of the changes"
-
Push to GitHub: Push your changes to your GitHub repository.
git push origin feature/my-feature-branch
-
Submit a Pull Request: Finally, submit a pull request from your fork to the original repository.