Skip to content

Commit 754ae9f

Browse files
committed
feat: faq on how to leave crate open for adoption
Provides a section in the policies page to communicate to users how they could leave a crate open for transferring. The idea was first shared by @carols10cents.
1 parent a01d29b commit 754ae9f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

app/templates/policies.hbs

+18
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,24 @@
4242
Code of Conduct.
4343
</p>
4444

45+
<h3 id='delete-crate'><a href='#delete-crate'>How can I delete a crate I own from the registry?</a></h3>
46+
47+
<p>
48+
You can't delete crates from the registry but you could leave it open for
49+
ownership transfering.
50+
</p>
51+
52+
<p>
53+
To do this, you must yank all of the versions in the crate
54+
and publish a version with a message communicating to crates.io support team
55+
that you are consent to transfer the crate to the first person who asks for it:
56+
</p>
57+
58+
<blockquote>
59+
I consent to the transfer of this crate to the first person who asks
60+
61+
</blockquote>
62+
4563
<h3 id='squatting'><a href='#squatting'>Squatting</a></h3>
4664

4765
<p>

0 commit comments

Comments
 (0)