-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbug.yaml
61 lines (61 loc) · 1.43 KB
/
bug.yaml
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
54
55
56
57
58
59
60
61
name: bug
label: Bug report
description: Report and track bugs
owner: ${__blank}
icon: bug
attributes:
- name: title
type: string
label: Bug
placeholder: Please enter a headline for the bug
mandatory: true
- name: conclusion
type: text
label: Resolution
defaultValue: ${status.label}
placeholder: What was the resolution?
- name: status
type: select
label: Status
defaultValue: open
visible: edit,conclude
options:
- name: open
label: Not yet confirmed
- name: incomplete
label: More information is required
state: open
- name: verified
label: The bug has been verified
state: open
- name: in_progress
label: In progress
- name: closed
label: Resolved
- name: duplicate
label: Duplicate
- name: rejected
label: Rejected
- name: severity
type: select
label: Priority
options:
- name: critical
label: "🔥 Critical"
- name: high
label: "❌ High"
- name: medium
label: "❗ Medium"
- name: low
label: "⚠️ Low"
- name: body
type: text
label: Steps to reproduce
placeholder: Describe the environment and all steps to reproduce the bug
- name: result
type: text
label: Expected vs actual result
placeholder: |-
What is the expected result?
What is the actual result?
subject: bug