aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2021-11-28 14:31:14 +0100
committerJonas Smedegaard <dr@jones.dk>2021-11-28 14:31:52 +0100
commit66ce3d7f5cc5c0d6cd4e89fcbac1d28cc916ed27 (patch)
tree027646a62fbe79a97f5f3df58c79ec3ac42e7844 /TODO
parent857a2b37dde7b704f42a8fbb5b51f6e593d0cde6 (diff)
TODO: mention Conventional Commits and Keep a Changelog specs
Diffstat (limited to 'TODO')
-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"