File tree 1 file changed +0
-18
lines changed 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 7
7
# https://www.notion.so/coderhq/Conventional-commits-1d51287f58b64026bb29393f277734ed
8
8
# ##############################################################################
9
9
10
- # Scopes are optionally supplied after a 'type'. For example, in
11
- #
12
- # feat(cdr): autostart ui
13
- #
14
- # '(cdr)' is the scope. Scopes are used to signify where the change occurred.
15
- scopes :
16
- # The Coder product (front/back/deploy) (path: product/coder)
17
- - cdr
18
-
19
- # The Coder CLI (path: product/coder/service/cli)
20
- - cli
21
-
22
- # The Coder product e2e suite (path: product/coder/e2e)
23
- - e2e
24
-
25
- # A change to a shared library module (path: lib/)
26
- - lib
27
-
28
10
# We only check that the PR title is semantic. The PR title is automatically
29
11
# applied to the "Squash & Merge" flow as the suggested commit message, so this
30
12
# should suffice unless someone drastically alters the message in that flow.
You can’t perform that action at this time.
0 commit comments