docs: add oidc package in contributor guidelines (#1971)
parent
ddea31193b
commit
e8e29831c1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue