summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-10-10 11:49:05 -0300
committerDavid P <megver83@parabola.nu>2020-10-10 11:53:07 -0300
commit9a2b3dfb906d245d949b8c33e2d5bce5a43d9b70 (patch)
treed7611013acd14bd7e0a1419de70322b55ad11709
parent4e870f9781f315b79c44b54d348317d73ea4b5b2 (diff)
Add Contribute section to README
README.rst: Add Contribute section to README to provide information about contributing guide and contact information (mailing list and IRC). Also mention the upstream projects on which parabolaiso is based. TODO: create a Code of Conduct page in the ParabolaWiki Signed-off-by: David P <megver83@parabola.nu>
-rw-r--r--README.rst17
1 files changed, 16 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index f72970a..5795b22 100644
--- a/README.rst
+++ b/README.rst
@@ -3,7 +3,8 @@ parabolaiso
===========
The parabolaiso project features scripts and configuration templates to build installation media (*.iso* images) for BIOS
-and UEFI based systems on the x86_64 and i686 architectures.
+and UEFI based systems on the x86_64 and i686 architectures. It is based in `archiso <https://gitlab.archlinux.org/archlinux/archiso>`_
+and `archiso32 <https://git.archlinux32.org/archiso32>`_.
Currently creating the images is only supported on Parabola GNU/Linux-libre.
Requirements
@@ -116,6 +117,20 @@ Optionally install parabolaiso's mkinitcpio hooks:
make install-initcpio
+Contribute
+==========
+
+Development of parabolaiso takes place on Parabola GNU/Linux-libre' Git: https://git.parabola.nu/parabolaiso.git
+
+Read our `contributing guide <CONTRIBUTING.rst>`_ to learn more about how to provide fixes or improvements for the code
+base.
+
+Discussion around parabolaiso takes place on the `dev mailing list
+<https://lists.parabola.nu/listinfo/dev>`_ and in `#parabola
+<ircs://chat.freenode.net/parabola>`_ on `freenode.net <https://freenode.net/>`_.
+
+All past and present authors of parabolaiso are listed in `AUTHORS <AUTHORS.rst>`_.
+
License
=======