From e8e29831c1b6625c890cc9dd52d52bdfde6bd54e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Michaud?= Date: Wed, 5 May 2021 01:08:14 +0200 Subject: [PATCH] docs: add oidc package in contributor guidelines (#1971) --- docs/contributing/commitmsg-guidelines.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/contributing/commitmsg-guidelines.md b/docs/contributing/commitmsg-guidelines.md index ce3bc6ad..f43ae57c 100644 --- a/docs/contributing/commitmsg-guidelines.md +++ b/docs/contributing/commitmsg-guidelines.md @@ -42,8 +42,8 @@ Any line of the commit message cannot be longer than 100 characters. │ │ └─⫸ Summary in present tense. Not capitalized. No period at the end. │ │ │ └─⫸ Commit Scope: api|authentication|authorization|cmd|commands|configuration|duo| - │ handlers|logging|middlewares|mocks|models|notification|regulation| - │ server|session|storage|suites|templates|utils|web + │ handlers|logging|middlewares|mocks|models|notification|oidc| + │ regulation|server|session|storage|suites|templates|utils|web │ └─⫸ Commit Type: build|ci|docs|feat|fix|perf|refactor|release|test ``` @@ -80,6 +80,7 @@ The scope should be the name of the package affected * mocks * models * notification +* oidc * regulation * server * session