From 0aaa7ee40bce18a03e3adb467581e413ad5a4106 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Thu, 16 Oct 2025 10:20:01 +0200 Subject: [PATCH] doc: conventional commit/branch/comment Added conventions for comments, commits, and branches. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 80ad24a..91e9688 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ ## [DannyDannyDanny/Methodology](https://github.com/DannyDannyDanny/methodology/) +Conventions: +* [conventional comments](https://conventionalcomments.org/) +* [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) +* [conventional branch](https://conventional-branch.github.io/) + This guide focuses on designing, developing ~~and delivering~~ Data-Processing Sytems, written primarily in python, deploying to Linux servers, optionally communicating with external interfaces (APIs or DBs). The repo is actively being updated; _bookmark_ :bookmark: it, leave a _Star_ :star: or _Watch_ :eye: the repo. * [repo roadmap](#roadmap)