summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 4d48bfd..7e7e7cf 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -32,9 +32,9 @@ Include comments
When using the ``#include`` preprocessor directive, add a comment next to it
detailing the interfaces used from that header. For example:
-```
-#include <stdlib.h> // getenv
-```
+::
+
+ #include <stdlib.h> /* getenv */
Tabs
@@ -64,7 +64,7 @@ This section describes the usual flows of contribution to this repository.
GitLab Pull Requests
````````````````````
-#. If you do not already have a GitLab account, you must create one.
+#. If you do not already have an Adélie GitLab_ account, you must create one.
#. Create a *fork* of the packages repository. For more information, consult
the GitLab online documentation.
@@ -86,6 +86,8 @@ GitLab Pull Requests
#. Review your changes to ensure they are correct, and then submit the form.
+.. GitLab_: https://code.foxkit.us/
+
Mailing List
````````````