From d4a89cb0f86f307a79595eb91dfc2b8f107853b3 Mon Sep 17 00:00:00 2001 From: antifallobst Date: Sun, 24 Mar 2024 20:19:40 +0100 Subject: [PATCH] docs: added the opt type to the commit style definition --- docs/contribution_guide.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/contribution_guide.md b/docs/contribution_guide.md index 67aacba..a33ad51 100644 --- a/docs/contribution_guide.md +++ b/docs/contribution_guide.md @@ -35,10 +35,11 @@ notes A commits type can be one of the following: -- **feat**: feature -- **fix**: bugfix -- **refactor**: nothing new added but code restructured, etc -- **docs**: documentation changes +- **feat:** feature +- **fix:** bugfix +- **refactor:** nothing new added but code restructured, etc +- **docs:** documentation changes +- **opt:** optimization changes The commit scope is kinda free, but it's a good idea to use scopes, that have been used before. Scopes can be nested like this: `scope >> subscope >> subscope`.