From 4e5e8adaa209b3f75138ab9d332ae486fd813be3 Mon Sep 17 00:00:00 2001 From: Michael Boniface <m.j.boniface@soton.ac.uk> Date: Sat, 22 Feb 2025 15:05:45 +0000 Subject: [PATCH] docs (documentation): git workflow documentation #17 --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 84eb5b0..6580798 100644 --- a/docs/index.md +++ b/docs/index.md @@ -224,7 +224,7 @@ The `phen` command is used phenotype-related operations. ## Commit Message Guidelines - Use clear and descriptive commit messages. - Format: `<type>(<scope>): <description>` -- Example: `docs (documentation): git workflow documentation` +- Example: `docs (documentation): git workflow documentation (#issue)` - Types: `feat` (feature), `fix` (bug fix), `docs` (documentation), `refactor` (code refactoring), `test` (tests), `chore` (maintenance). ## Additional Guidelines -- GitLab