diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2025-05-12 08:27:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-12 08:27:16 +0200 |
| commit | 750a7b4d6fba37f5d0d6bf42b99a865dc7e035e8 (patch) | |
| tree | e12635fa9f4f5e438e8b5c7f13f4c775dad996dc /docs/dev/index.rst | |
| parent | da3c640cef71032bced6f4e8baf1665801cdc4b9 (diff) | |
[doc] add chapter on the purpose of (git) commits (#4729)
Chapter on the purpose of (git) commits
The commits and their messages are elementary for the traceability of changes
and are unfortunately still too often given too little attention.
It therefore seems necessary to dedicate a chapter to this topic in the context
of development.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/dev/index.rst')
| -rw-r--r-- | docs/dev/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/dev/index.rst b/docs/dev/index.rst index 01a16ba80..6d601d166 100644 --- a/docs/dev/index.rst +++ b/docs/dev/index.rst @@ -6,6 +6,7 @@ Developer documentation :maxdepth: 2 quickstart + commits rtm_asdf contribution_guide extended_types |