Skip to content

Commit cb3f8bf

Browse files
benhur07bnyalldawson
authored andcommittedMar 8, 2021
Update README.md
Minor corrections and edits
1 parent 9095ce9 commit cb3f8bf

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed
 

‎README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77

88
# About QGIS
99

10-
QGIS is a full-featured, user-friendly, free-and-open-source (FOSS) geographical
11-
information system (GIS) that runs on Unix platforms, Windows, and MacOS.
10+
QGIS is a full-featured, user-friendly, free-and-open-source (FOSS) geographical information system (GIS) that runs on Unix platforms, Windows, and MacOS.
1211

1312
## Features
1413

@@ -77,7 +76,7 @@ For more maps created with QGIS, visit the [QGIS Map Showcase Flickr Group](http
7776

7877
*Example: Style manager*
7978

80-
![Example: Style manager](https://docs.qgis.org/3.16/en/_images/stylemanager.png "Style Manager")
79+
![Example: Style manager](https://docs.qgis.org/latest/en/_images/stylemanager.png "Style Manager")
8180

8281
*Example: Plugins*
8382

@@ -86,7 +85,7 @@ For more maps created with QGIS, visit the [QGIS Map Showcase Flickr Group](http
8685
<!-- Kill this one for now, since it's Python2 not 3
8786
Example: Python console
8887
89-
![Example: Python console](https://docs.qgis.org/3.16/en/_images/python_console_editor.png "Python console")
88+
![Example: Python console](https://docs.qgis.org/latest/en/_images/python_console_editor.png "Python console")
9089
-->
9190

9291
### 5. QGIS server
@@ -100,11 +99,11 @@ Headless map server -- running on Linux, macOS, Windows, or in a docker containe
10099

101100
*Example: QGIS server WMS response*
102101

103-
![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")
102+
![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")
104103

105104
*Example: QGIS server WFS response*
106105

107-
![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")
106+
![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")
108107

109108
## Under the hood
110109

@@ -165,13 +164,13 @@ There are several channels where you can find help and support for QGIS:
165164

166165
## Get involved with the community
167166

168-
Please **help us by submitting bug reports** using the [QGIS bug tracker](https://github.com/qgis/QGIS/issues/).
167+
### Bug reporting and bug fixing
169168

170-
### New features and enhahncements
169+
You can help us **by submitting bug reports or fixing bugs** in the [QGIS bug tracker](https://github.com/qgis/QGIS/issues/).
171170

172-
If you wish to contribute
173-
patches you can [fork the project](https://help.github.com/forking/), make your changes, commit to your
174-
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.
171+
### New features and enhancements
172+
173+
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.
175174

176175
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.
177176

0 commit comments

Comments
 (0)
Please sign in to comment.