index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | David Runge <dvzrv@archlinux.org> | 2021-07-31 13:52:19 +0200 |
---|---|---|
committer | David Runge <dvzrv@archlinux.org> | 2021-07-31 15:39:36 +0200 |
commit | 9f6bc132ead44610e6f77dc249e39854089e8349 (patch) | |
tree | a857ebf2d4570b4cec4f5be23bfba8a21b8380e8 | |
parent | bf02872fba1e2ff3673f5c2bdcebed03e0e62a81 (diff) |
-rw-r--r-- | CONTRIBUTING.rst | 12 |
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index bffc49d..4dc8a77 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -2,13 +2,13 @@ Contributing ============ -These are the contribution guidelines for archiso. +These are the contribution guidelines for mkinitcpio-archiso. All contributions fall under the terms of the GPL-3.0-or-later (see `LICENSE <LICENSE>`_). Editorconfig ============ -A top-level editorconfig file is provided. Please configure your text editor to use it. +A top-level `editorconfig <https://editorconfig.org/>`_ file is provided. Please configure your text editor to use it. Linting ======= @@ -17,10 +17,4 @@ All ash and bash scripts are linted using shellcheck: .. code:: bash - make lint - -Testing -======= - -Contributors are expected to test their contributions by building the releng profile and running the resulting image -using `run_archiso <scripts/run_archiso.sh>`_. + make check |