Skip to content

Commit b1f19b3

Browse files
committed
Add how to terminate a collection
1 parent 732bdb3 commit b1f19b3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Terminate a collection
3+
weight: 3
4+
---
5+
6+
# How to terminate a collection
7+
8+
Follow these steps to properly terminate a collection you own, making it clear to users and potential successors that it is no longer actively maintained and can be taken over.
9+
10+
## Steps
11+
12+
1. Announce the intention to terminate the collection in the [community chat]({{< relref "/federation/how-to/join" >}}) to inform users and make potential new maintainers aware. Let some time, one month is recommended, for users to explicit their intenttion to take over the collection before proceeding to the next step.
13+
14+
If no-one has come forward after one month, you can proceed to the next step.
15+
16+
2. In the declarations repository's main `README.md` file, state that the collection is [terminated]({{< relref "collections/reference/status#terminated" >}}), encourage community to [take it over]({{< relref "collections/how-to/take-over" >}}). It can be done by adding the following snippet on the top of the file:
17+
18+
```
19+
This collection is no longer actively maintained. If you are interested in taking over maintenance, please let us know in the [community chat]({{< relref "/federation/how-to/join" >}}).
20+
```
21+
22+
3. [Archive the collection's repositories](https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories) (declarations, snapshots, versions) to prevent further commits and signal the end of activity.
23+
24+
Once these steps are completed, the collection is officially terminated. It remains accessible but marked as inactive.

0 commit comments

Comments
 (0)