Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorDavid Runge <dvzrv@archlinux.org>2021-07-31 17:32:10 +0200
committerDavid Runge <dvzrv@archlinux.org>2021-07-31 17:32:10 +0200
commita5f57c2bfa3f7b380f572b4e86845113d6b9ef15 (patch)
tree19ddfaeffd66b7d1531fe8696224f7271642704e /CONTRIBUTING.rst
parentbf02872fba1e2ff3673f5c2bdcebed03e0e62a81 (diff)
parentca8af5d99cf7134bfa69850b61ed742c85c8f106 (diff)
Merge branch 'issues/2'
* issues/2: README.rst: Add initial README AUTHORS.rst: Truncate list of authors editorconfig: Remove project specific data CONTRIBUTING.rst: Adapt to new project name
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