From abd98a9f3792c398c90ae885ad52aed9795c35dc Mon Sep 17 00:00:00 2001 From: David Snelling Date: Sun, 3 Aug 2025 09:47:09 -0700 Subject: [PATCH] docs: add guidelines for Conventional Commit format and structured commit messages --- .github/git-commit-instructions.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/git-commit-instructions.md diff --git a/.github/git-commit-instructions.md b/.github/git-commit-instructions.md new file mode 100644 index 00000000..ba724198 --- /dev/null +++ b/.github/git-commit-instructions.md @@ -0,0 +1,3 @@ +Use Conventional Commit format +Specify the changes in a structured format +Add information about the purpose of the commit