docs: add oidc package in contributor guidelines (#1971)

pull/1970/head
Clément Michaud 2021-05-05 01:08:14 +02:00 committed by GitHub
parent ddea31193b
commit e8e29831c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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. │ │ └─⫸ Summary in present tense. Not capitalized. No period at the end.
│ │ │ │
│ └─⫸ Commit Scope: api|authentication|authorization|cmd|commands|configuration|duo| │ └─⫸ Commit Scope: api|authentication|authorization|cmd|commands|configuration|duo|
│ handlers|logging|middlewares|mocks|models|notification|regulation| │ handlers|logging|middlewares|mocks|models|notification|oidc|
│ server|session|storage|suites|templates|utils|web regulation|server|session|storage|suites|templates|utils|web
└─⫸ Commit Type: build|ci|docs|feat|fix|perf|refactor|release|test └─⫸ 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 * mocks
* models * models
* notification * notification
* oidc
* regulation * regulation
* server * server
* session * session