Skip to content

Commit 83a850b

Browse files
authored
docs: Changed instances of 'GRASS GIS' (#5674)
Changed 'GRASS GIS' to 'GRASS' in CONTRIBUTING.MD
1 parent 1df16fe commit 83a850b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Contributing
22

3-
There is more than one way of contributing to GRASS GIS.
3+
There is more than one way of contributing to GRASS.
44
Here we will focus on contributions centered
5-
around the main GRASS GIS source code.
5+
around the main GRASS source code.
66
You can also report issues, plan new features,
77
or explore <https://grass.osgeo.org/get-involved/>.
88

@@ -55,10 +55,10 @@ Please see our dedicated wiki:
5555

5656
## About source code
5757

58-
GRASS GIS is written in more than one programming language, but you need
58+
GRASS is written in more than one programming language, but you need
5959
to know only the language relevant to your contribution. While much
6060
of the source code is written in C, a significant portion is written in Python.
6161
A compiler is needed to convert the C and C++ source code into executable
6262
files ("binaries"). In contrast, Python is an interpreted language that
6363
can only be executed with Python software. There is also documentation
64-
in HTML files and other files in the GRASS GIS source code.
64+
in HTML files and other files in the GRASS source code.

0 commit comments

Comments
 (0)