Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Runge <dvzrv@archlinux.org>2021-07-31 13:52:19 +0200
committerDavid Runge <dvzrv@archlinux.org>2021-07-31 15:39:36 +0200
commit9f6bc132ead44610e6f77dc249e39854089e8349 (patch)
treea857ebf2d4570b4cec4f5be23bfba8a21b8380e8
parentbf02872fba1e2ff3673f5c2bdcebed03e0e62a81 (diff)
CONTRIBUTING.rst: Adapt to new project name
CONTRIBUTING.rst: Adapt the text to the new project name. Remove testing section, as there is currently no integration for tests.
-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