Skip to content

Commit d421bb3

Browse files
committed
Add guide to take over abandoned collection
1 parent af89aed commit d421bb3

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Take over abandoned collection
3+
weight: 2
4+
---
5+
6+
# How to take over maintenance of abandoned collection
7+
8+
Before starting, ensure the collection is [abandoned]({{< relref "collections/reference/status#abandoned" >}}).
9+
10+
## Steps
11+
12+
1. Get owners' approval by contacting them via email if publicly available, a GitHub issue on the collection repository or on the [community chat]({{< relref "federation/how-to/join" >}}).
13+
14+
2. Ask the owner to transfer the repositories to your organization.
15+
16+
3. Verify that the declarations, snapshots and versions repositories are transferred and properly configured by taking a look at [this guide]({{< relref "collections/how-to/create-repositories/" >}}).
17+
18+
3. Update Readme, and follow [this guide to update collection metadata]({{< relref "collections/how-to/define-metadata" >}}) inside the declarations repository.
19+
20+
4. Follow [this guide to deploy the collection]({{< relref "deployment/how-to/deploy" >}}) on your server.
21+
22+
5. Ensure continous integration and deployment is working.
23+
24+
Congratulations! You can now start maintaining the collection.
25+
26+
Keep original licenses and attributions.

0 commit comments

Comments
 (0)