From cb3f8bfa9344d88ce948a521a6d58afd42d08fc2 Mon Sep 17 00:00:00 2001 From: Ben Hur Date: Thu, 4 Mar 2021 22:08:26 +0800 Subject: [PATCH] Update README.md Minor corrections and edits --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9ee112a8c39..405aa80c9c9 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ # About QGIS -QGIS is a full-featured, user-friendly, free-and-open-source (FOSS) geographical -information system (GIS) that runs on Unix platforms, Windows, and MacOS. +QGIS is a full-featured, user-friendly, free-and-open-source (FOSS) geographical information system (GIS) that runs on Unix platforms, Windows, and MacOS. ## Features @@ -77,7 +76,7 @@ For more maps created with QGIS, visit the [QGIS Map Showcase Flickr Group](http *Example: Style manager* -![Example: Style manager](https://docs.qgis.org/3.16/en/_images/stylemanager.png "Style Manager") +![Example: Style manager](https://docs.qgis.org/latest/en/_images/stylemanager.png "Style Manager") *Example: Plugins* @@ -86,7 +85,7 @@ For more maps created with QGIS, visit the [QGIS Map Showcase Flickr Group](http ### 5. QGIS server @@ -100,11 +99,11 @@ Headless map server -- running on Linux, macOS, Windows, or in a docker containe *Example: QGIS server WMS response* -![Example: QGIS Server response to a WMS request](https://docs.qgis.org/3.16/en/_images/server_selection_parameter.png "QGIS Server response to a WMS request") +![Example: QGIS Server response to a WMS request](https://docs.qgis.org/latest/en/_images/server_selection_parameter.png "QGIS Server response to a WMS request") *Example: QGIS server WFS response* -![Example: QGIS Server response to a WFS Feature request](https://docs.qgis.org/3.16/en/_images/server_wfs3_feature.png "QGIS Server response to a WFS Feature request") +![Example: QGIS Server response to a WFS Feature request](https://docs.qgis.org/latest/en/_images/server_wfs3_feature.png "QGIS Server response to a WFS Feature request") ## Under the hood @@ -165,13 +164,13 @@ There are several channels where you can find help and support for QGIS: ## Get involved with the community -Please **help us by submitting bug reports** using the [QGIS bug tracker](https://github.com/qgis/QGIS/issues/). +### Bug reporting and bug fixing -### New features and enhahncements +You can help us **by submitting bug reports or fixing bugs** in the [QGIS bug tracker](https://github.com/qgis/QGIS/issues/). -If you wish to contribute -patches you can [fork the project](https://help.github.com/forking/), make your changes, commit to your -repository, and then [create a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/). The development team can then review your contribution and commit it upstream as appropriate. +### New features and enhancements + +If you wish to contribute patches you can [fork the project](https://help.github.com/forking/), make your changes, commit to your repository, and then [create a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/). The development team can then review your contribution and commit it upstream as appropriate. If you commit a new feature, add [FEATURE] to your commit message AND give a clear description of the new feature. A webhook will automatically create an issue on the QGIS-Documentation repo to tell people to write documentation about it.