summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 17:42:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 17:42:51 +0000
commitba429d344132c088177e853cce8ff7181570b221 (patch)
tree87ebf15269b4301737abd1735baabba71be93622 /CONTRIBUTING.md
parentInitial commit. (diff)
downloadgedit-ba429d344132c088177e853cce8ff7181570b221.tar.xz
gedit-ba429d344132c088177e853cce8ff7181570b221.zip
Adding upstream version 44.2.upstream/44.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..793978a
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,24 @@
+How to contribute to gedit
+==========================
+
+gedit development relies on voluntary contributions and everyone is invited to
+help.
+
+If you are interested in helping us to improve gedit, you can contact the
+developers, see the “Getting in Touch” section on the
+[gedit wiki page](https://wiki.gnome.org/Apps/Gedit).
+
+Contributions other than software development
+---------------------------------------------
+
+See the [GNOME wiki](https://wiki.gnome.org/).
+
+Doing **bug triaging** on the bug tracker is a very useful task for gedit,
+because gedit is used by many people and there are therefore lots of bug reports
+or feature requests.
+
+Software development
+--------------------
+
+To get started with gedit development, see the file
+[docs/gedit-development-getting-started.md](docs/gedit-development-getting-started.md).