File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Contributing
2
2
3
- There is more than one way of contributing to GRASS GIS .
3
+ There is more than one way of contributing to GRASS.
4
4
Here we will focus on contributions centered
5
- around the main GRASS GIS source code.
5
+ around the main GRASS source code.
6
6
You can also report issues, plan new features,
7
7
or explore < https://grass.osgeo.org/get-involved/ > .
8
8
@@ -55,10 +55,10 @@ Please see our dedicated wiki:
55
55
56
56
## About source code
57
57
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
59
59
to know only the language relevant to your contribution. While much
60
60
of the source code is written in C, a significant portion is written in Python.
61
61
A compiler is needed to convert the C and C++ source code into executable
62
62
files ("binaries"). In contrast, Python is an interpreted language that
63
63
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.
You can’t perform that action at this time.
0 commit comments