diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-12-18 03:08:45 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-12-18 03:08:45 +0000 |
commit | 65cc5d50a5e4340a5a3d542d89137e79c696bb11 (patch) | |
tree | c009f24579d175a22e242f39f6e1f5fc076cb783 /CONTRIBUTING.rst | |
parent | 79d1aaf7086024e489438e8f407bbbe490e21166 (diff) | |
download | packages-65cc5d50a5e4340a5a3d542d89137e79c696bb11.tar.gz packages-65cc5d50a5e4340a5a3d542d89137e79c696bb11.tar.bz2 packages-65cc5d50a5e4340a5a3d542d89137e79c696bb11.tar.xz packages-65cc5d50a5e4340a5a3d542d89137e79c696bb11.zip |
Update CONTRIBUTING. repoman, really?
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r-- | CONTRIBUTING.rst | 9 |
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. |