summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRomain GARBAGE <romain.garbage@inria.fr>2026-02-23 10:31:30 +0100
committerRomain GARBAGE <romain.garbage@inria.fr>2026-02-25 09:12:38 +0100
commit3e40f81759c08564ea1a46da8c1a6d9a160b3b96 (patch)
tree7f8d40e5ec3eac2c2a58964f32e90e853460bf64 /README.rst
parent9e60ba9b8e19fe9bf4a001a1975642b4460b566f (diff)
README: Refactor Contributing/Hacking this repository sections.
* README.rst: Move guix lint/packaging guideline bits from the Contributing section to the Hacking this repository section.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst24
1 files changed, 12 insertions, 12 deletions
diff --git a/README.rst b/README.rst
index 87b8e32..ed8f887 100644
--- a/README.rst
+++ b/README.rst
@@ -88,18 +88,6 @@ Submissions of unfinished packaging attempts are welcome as well, as there is
88a good chance that others can help finish the work. Please prefix pull requests 88a good chance that others can help finish the work. Please prefix pull requests
89for unfinished contributions with WIP. 89for unfinished contributions with WIP.
90 90
91When submitting a new package or a modification to a package, make sure to run:
92
93.. code:: console
94
95 guix lint -L /path/to/your/guix/science/checkout <package-name>
96
97This repository follows Guix's `Packaging Guidelines`_, refer to them
98when contributing.
99
100.. _Packaging Guidelines:
101https://guix.gnu.org/manual/devel/en/html_node/Packaging-Guidelines.html
102
103When obtaining a fresh checkout of this repository, run the following 91When obtaining a fresh checkout of this repository, run the following
104command: 92command:
105 93
@@ -144,6 +132,18 @@ You can learn more about working with a channel in the `Guix manual`_.
144 132
145.. _Guix manual: https://guix.gnu.org/manual/devel/en/html_node/Creating-a-Channel.html 133.. _Guix manual: https://guix.gnu.org/manual/devel/en/html_node/Creating-a-Channel.html
146 134
135When submitting a new package or a modification to a package, make sure to run:
136
137.. code:: console
138
139 guix lint -L /path/to/your/guix/science/checkout <package-name>
140
141This repository follows Guix's `Packaging Guidelines`_, refer to them
142when contributing.
143
144.. _Packaging Guidelines:
145https://guix.gnu.org/manual/devel/en/html_node/Packaging-Guidelines.html
146
147Deprecation policy 147Deprecation policy
148--------------------------------------- 148---------------------------------------
149 149