You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.
0 commit comments