From 08bc76bef7416c7aea18182c9569bb10154b1161 Mon Sep 17 00:00:00 2001 From: ferkans-amir Date: Fri, 24 Jul 2026 13:30:44 +0200 Subject: [PATCH 1/3] docs: fix Title Case section heading and fork clone URL placeholder in CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 746332013..ff8dbc89c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,10 +6,10 @@ pull request workflow, lives in the documentation: **** (source: [`docs/contributing.md`](docs/contributing.md)) -## Quick start +## Quick Start ```bash -git clone https://github.com/opengeos/GeoLibre.git +git clone https://github.com//GeoLibre.git cd GeoLibre npm install npm run dev # web build at http://localhost:5173 From b6feb4035eb3de9cc1463c7b14bc77706ae95fb8 Mon Sep 17 00:00:00 2001 From: ferkans-amir Date: Fri, 24 Jul 2026 13:30:57 +0200 Subject: [PATCH 2/3] docs: fix Title Case section headings and clone URL placeholder in docs/contributing.md --- docs/contributing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing.md b/docs/contributing.md index efb24d6d4..32d6d9647 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -7,7 +7,7 @@ typo to adding a new processing tool or plugin. By participating, you agree to keep interactions respectful and constructive. -## Ways to contribute +## Ways to Contribute - **Report a bug or request a feature** by opening an [issue](https://github.com/opengeos/GeoLibre/issues). Include steps to @@ -34,7 +34,7 @@ before you invest time in a pull request. ## Setup ```bash -git clone https://github.com/opengeos/GeoLibre.git +git clone https://github.com//GeoLibre.git cd GeoLibre npm install ``` From 79e3b4948254ee1f308d0eeabc397f53f63fcac1 Mon Sep 17 00:00:00 2001 From: ferkans-amir Date: Fri, 24 Jul 2026 13:31:08 +0200 Subject: [PATCH 3/3] fix(citation): quote DOI string literal in CITATION.cff --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index d0b7f0286..2d77a3f74 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -11,7 +11,7 @@ authors: orcid: "https://orcid.org/0000-0001-5437-4073" version: 2.2.0 date-released: 2026-07-18 -doi: 10.5281/zenodo.20785400 +doi: "10.5281/zenodo.20785400" repository-code: "https://github.com/opengeos/GeoLibre" url: "https://geolibre.app" license: MIT