From 8fbcdfddd5d58edb0bc12129a01b0c209ecd37dd Mon Sep 17 00:00:00 2001 From: Aster Seker Date: Sat, 13 Sep 2025 08:30:11 +0300 Subject: [PATCH] docs(agents): capitalize commit message heading Align the 'Commit Messages' section with project heading style. --- AGENTS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index de3232a..42bb0f2 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -7,3 +7,12 @@ This project provides dedicated entry-point headers that include internal depend * `include/logit_cpp/logit/utils.hpp` – aggregates the utilities module. Including through these headers ensures dependencies are resolved without manual forward declarations. + +## Commit Messages +Use Conventional Commits format: type(scope): summary. +The header must be in English. +Include a body that describes the change. + +## Changes +Keep diffs minimal and focused. +Do not refactor or apply style changes beyond the lines you directly touch.