summaryrefslogtreecommitdiff
path: root/docs/content/contributing/guidelines/commit-message.md
diff options
context:
space:
mode:
authorJames Elliott <james-d-elliott@users.noreply.github.com>2025-03-09 01:53:44 +1100
committerGitHub <noreply@github.com>2025-03-09 01:53:44 +1100
commit9241731a4dd5592b4a02b5352c903b4d06b6f4ab (patch)
tree5184b98751912a261ff70fd8721b9cd4f1c98f1e /docs/content/contributing/guidelines/commit-message.md
parentbbcb38ab9ff35e69d5d52a71ab56346749f5e8b1 (diff)
feat(embed): make authelia embedable (#8841)
This adds a highly experimental option for developers looking to embed Authelia within another go binary. Closes #5803 Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'docs/content/contributing/guidelines/commit-message.md')
-rw-r--r--docs/content/contributing/guidelines/commit-message.md3
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