commit 75378967f722fbf1138d029612f68c684e8536d2
parent c2dd594c459e62612c9cd57824ee031a8a21f3a1
Author: Natalie Pendragon <natpen@natpen.net>
Date: Mon, 2 Nov 2020 08:39:15 -0500
Add contributors section to about page
Diffstat:
1 file changed, 20 insertions(+), 0 deletions(-)
diff --git a/serve/templates/about.gmi b/serve/templates/about.gmi
@@ -19,6 +19,26 @@ If you want to learn more, you should head over to the Gemini Project site itsel
GUS is both an acronym for Gemini Universal Search, as well as a reference to Gus Grissom, one of the early astronauts involved in NASA's Gemini program.
+### Contributors
+
+GUS would not be here without the much-appreciated contributions of the people below:
+
+* Remco
+
+### Interested in contributing to GUS?
+
+Firstly, you may want to take a look at the source code repository.
+
+=> https://natpen.net/code/gus
+
+You can also clone this repository anonymously to peruse locally.
+
+```
+git clone git://natpen.net/gus.git
+```
+
+From there, feel free to email Vee with ideas, or check out the TODOs in the README. Once you're ready, send a patch or patchset to Vee over email with Git (more detail on this workflow in the README, in case you're unfamiliar with it!).
+
### Documentation
For more extensive documentation about how GUS works, please see the documentation pages.