summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 17459cf..87b8e32 100644
--- a/README.rst
+++ b/README.rst
@@ -143,3 +143,20 @@ the Guile variable that points to the package object.
143You can learn more about working with a channel in the `Guix manual`_. 143You can learn more about working with a channel in the `Guix manual`_.
144 144
145.. _Guix manual: https://guix.gnu.org/manual/devel/en/html_node/Creating-a-Channel.html 145.. _Guix manual: https://guix.gnu.org/manual/devel/en/html_node/Creating-a-Channel.html
146
147Deprecation policy
148---------------------------------------
149
150When a package is broken for more than one month, it can be deprecated
151and removed from the repository.
152
153The deprecation mechanism is the following:
154- Open an PR removing the deprecated package. **Don't mark it as WIP**
155 so team members are notified.
156- Add a deprecation tag to the PR.
157- Add a due date -- one month from the creation of the PR.
158- After the due date, if the package has not been fixed, it will be
159 effectively removed (the PR will be merged).
160
161 If you maintain another channel depending on Guix-Science, please
162 consider joining the ``companion`` team.