summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index ef03a93a2..2cd1014d0 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -71,6 +71,10 @@ Contributing Changes
====================
This section describes the usual flows of contribution to this repository.
+For a detailed description of how to contribute to Adélie Linux, review the
+Handbook_.
+
+.. _Handbook: https://help.adelielinux.org/html/devel/
GitLab Pull Requests
@@ -89,7 +93,8 @@ GitLab Pull Requests
#. Add (or remove) changed files using ``git add`` and ``git rm``.
-#. Commit your changes to the tree using the command ``repoman commit``.
+#. Commit your changes to the tree using the commands ``git commit -S`` and
+ ``git push``.
#. Visit your forked repository in a Web browser.
@@ -109,7 +114,7 @@ Mailing List
#. Add (or remove) changed files using ``git add`` and ``git rm``.
-#. Commit your changes to the tree using the command ``repoman commit``.
+#. Commit your changes to the tree using the command ``git commit -S``.
#. Use the command ``git format-patch HEAD^`` to create a patch file for your
commit.