Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst12
1 files changed, 3 insertions, 9 deletions
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