aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 8b74c9b..a2245a9 100644
--- a/TODO
+++ b/TODO
@@ -7,3 +7,11 @@
* Document text macros
* Service, host, and domain expansion
* Maturity tagging
+ * Maybe adopt [Conventional Commits] spec
+ * Maybe adopt [Keep a Changelog] spec
+
+[Conventional Commits]: https://www.conventionalcommits.org/
+ "specification for adding human and machine readable meaning to commit messages"
+
+[Keep a Changelog]: https://keepachangelog.com/
+ "specification for structuring a changelog file"