summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2017-10-15 10:02:29 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2017-10-15 10:02:29 -0500
commit9bd5807ffa1fd53fd69c456f2ae07838f3bfacc1 (patch)
tree6e1252ab681e2231ac437aa418a55315868b2bf6 /CONTRIBUTING.rst
parentdd27e5399ebcf0be7d88585592a3fc3db774cea9 (diff)
downloadgcompat-9bd5807ffa1fd53fd69c456f2ae07838f3bfacc1.tar.gz
gcompat-9bd5807ffa1fd53fd69c456f2ae07838f3bfacc1.tar.bz2
gcompat-9bd5807ffa1fd53fd69c456f2ae07838f3bfacc1.tar.xz
gcompat-9bd5807ffa1fd53fd69c456f2ae07838f3bfacc1.zip
Update documentation
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
````````````