summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhinsen <khinsen@noreply.codeberg.org>2025-04-15 14:42:40 +0000
committerLudovic Courtès <ludovic.courtes@inria.fr>2025-04-18 16:28:06 +0200
commit0a42cf5d0767bd3db5709a9b95bcf44fe68cbf49 (patch)
treea8b5b18585139f4b995235fe1878891c10c06ba9
parent1e5daffc78f4af55937b45bd9764cf76a4a4ce0c (diff)
Add note about submitting unfinished work
Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr>
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 2a67922..2b3e390 100644
--- a/README.rst
+++ b/README.rst
@@ -56,6 +56,10 @@ We accept software fulfilling the following criteria:
56.. _Free and open source: https://opensource.org/osd 56.. _Free and open source: https://opensource.org/osd
57.. _guix-science-nonfree: https://codeberg.org/guix-science/guix-science-nonfree 57.. _guix-science-nonfree: https://codeberg.org/guix-science/guix-science-nonfree
58 58
59Submissions of unfinished packaging attempts are welcome as well, as there is
60a good chance that others can help finish the work. Please prefix pull requests
61for unfinished contributions with WIP.
62
59When obtaining a fresh checkout of this repository, run the following 63When obtaining a fresh checkout of this repository, run the following
60command: 64command:
61 65