summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.rst10
-rw-r--r--README.md8
2 files changed, 14 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
````````````
diff --git a/README.md b/README.md
index 82c2d5d..14d7c4b 100644
--- a/README.md
+++ b/README.md
@@ -58,3 +58,11 @@ You have two options:
* `GLIBC_FAKE_VERSION` will override the result of `gnu_get_libc_version`, which currently defaults to "2.8".
* `GLIBC_FAKE_DEBUG` will cause dlmopen and dlvsym to display the overrides they are performing, and may cause
additional output to stderr with other functions in the future.
+
+## reporting issues
+
+If you are having issues with gcompat, please report them at our [bug tracker](https://bts.adelielinux.org/).
+
+## contributing
+
+If you want to contribute code or documentation, please see the CONTRIBUTING.rst file in this repository.