agendafs
A filesystem for your calendar.
git clone git://mccd.space/agendafscommit 6b98176e48f68e468c535558fbabebf356cae026
parent 28836352a648518efbf8f715f662a041b741c376
Author: Marc Coquand <marc@coquand.email>
Date: Mon, 28 Jul 2025 17:17:05 +0200
Docs
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
@@ -1,5 +1,11 @@
# Contributing
+## Commit messages
+
+Documentation changes do not need any extensive git commit
+message beyond just "docs". Otherwise, try to describe in summary
+what was done and in the description why. [Reference tickets if
+needed](https://man.sr.ht/git.sr.ht/#referencing-tickets-in-git-commit-messages)
## Memory model
- `memory_region` is for operation-scoped memory (get,read,write)
@@ -7,3 +13,5 @@
- Tree nodes free automatically on `free_node`
Avoid mixing `memory_region` pointers with global state.
+
+