-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.git-com.yml
More file actions
53 lines (53 loc) · 996 Bytes
/
.git-com.yml
File metadata and controls
53 lines (53 loc) · 996 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
commit-description:
allow-empty: true
destination: "body"
instructions: "Please describe your changes..."
placeholder: "(optional text)"
type: "multiline-text"
commit-type:
destination: "title"
instructions: "What type of work was done?"
options:
- "fix"
- "feat"
- "build"
- "chore"
- "ci"
- "docs"
- "style"
- "refactor"
- "perf"
- "test"
- "fix!"
- "feat!"
type: "select"
scope:
after-string: ")"
allow-empty: true
before-string: "("
destination: "title"
instructions: "(optional) What section of codebase? "
options:
- "cli"
- "engine"
- "exec"
- "hive"
- "interface"
- "log"
- "util"
- "global"
- "infra"
- "test"
type: "select"
subject:
before-string: " "
destination: "title"
placeholder: "a short description..."
type: "text"
ticket-number:
allow-empty: true
before-string: "\n\nTicket: "
data-type: "integer"
destination: "body"
instructions: "Associated ticket number (if any)"
type: "text"