@@ 1,8 1,24 @@
# Floating cheeses metadata
+## Contributing
+
+Patches should be sent to [~cnx/ipwhl-devel@lists.sr.ht][ipwhl-devel]
+using [`git send-email`][git-send-email], with the following configuration:
+
+ git config sendemail.to '~cnx/ipwhl-devel@lists.sr.ht'
+ git config format.subjectPrefix 'PATCH ipwhl-data'
+
+There is no limit to the number of patches one can send, so please keep
+each patchset small and self-contained. However, it is required that
+every Python distribution package has all of its dependencies declared
+as well.
+
## Copying
-
+
To the extent possible under law, the developers of IPWHL has waived
all copyright and related or neighboring rights to IPWHL metadata.
+
+[ipwhl-devel]: https://lists.sr.ht/~cnx/ipwhl-devel
+[git-send-email]: https://git-send-email.io