@@ 14,6 14,14 @@ This project is published under [MIT License][].
[MIT License]: ./LICENSE
+Discussion
+----------
+
+Use the mailing list for the discussion.
+
+ ~qeef/damn-project@lists.sr.ht
+
+
How to deploy
=============
@@ 306,22 314,3 @@ hours.
systemctl start damn_upkeep.timer
```
-
-Contribute
-==========
-
-Use [OneFlow][] branching model and keep the [changelog][].
-
-Write [great git commit messages][]:
-
-1. Separate subject from body with a blank line.
-2. Limit the subject line to 50 characters.
-3. Capitalize the subject line.
-4. Do not end the subject line with a period.
-5. Use the imperative mood in the subject line.
-6. Wrap the body at 72 characters.
-7. Use the body to explain what and why vs. how.
-
-[OneFlow]: https://www.endoflineblog.com/oneflow-a-git-branching-model-and-workflow
-[changelog]: ./CHANGELOG.md
-[great git commit messages]: https://chris.beams.io/posts/git-commit/