diff options
Diffstat (limited to 'docs/content/contributing/guidelines/commit-message.md')
| -rw-r--r-- | docs/content/contributing/guidelines/commit-message.md | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/content/contributing/guidelines/commit-message.md b/docs/content/contributing/guidelines/commit-message.md index 4a8ba796f..99d109cbc 100644 --- a/docs/content/contributing/guidelines/commit-message.md +++ b/docs/content/contributing/guidelines/commit-message.md @@ -54,7 +54,7 @@ for, and the structure it must have.    │                          cmd|codecov|commands|configuration|deps|docker|duo|expression|go|    │                          golangci-lint|handlers|husky|logging|metrics|middlewares|mocks|model|    │                          notification|npm|ntp|oidc|random|regulation|renovate|reviewdog|server| -  │                          session|storage|suites|templates|totp|utils|web|webauthn +  │                          service|session|storage|suites|templates|totp|utils|web|webauthn    │    └─⫸ Commit Type: build|ci|docs|feat|fix|i18n|perf|refactor|release|revert|test  ``` @@ -100,6 +100,7 @@ commit messages).  * random  * regulation  * server +* service  * session  * storage  * suites  | 
