-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbug-reports.yml
More file actions
66 lines (59 loc) · 1.75 KB
/
bug-reports.yml
File metadata and controls
66 lines (59 loc) · 1.75 KB
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
62
63
64
65
66
name: Bug report
description: File a bug report.
type: bug
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: There is no existing issue for this bug
required: true
- type: checkboxes
attributes:
label: Is this happening on an up to date version of Incus?
description: Please make sure that your system has all updates applied and is running a current version of Incus or Incus LTS.
options:
- label: This is happening on a supported version of Incus
required: true
- type: textarea
attributes:
label: Incus system details
description: Output of `incus info`.
render: yaml
validations:
required: true
- type: textarea
attributes:
label: Instance details
description: If the issue affects an instance, please include the output of `incus config show NAME`.
validations:
required: false
- type: textarea
attributes:
label: Instance log
description: If the issue is related to an instance startup failure, please include `incus info --show-log NAME`.
validations:
required: false
- type: textarea
attributes:
label: Current behavior
description: A concise description of what you're experiencing.
validations:
required: false
- type: textarea
attributes:
label: Expected behavior
description: A concise description of what you expected to happen.
validations:
required: false
- type: textarea
attributes:
label: Steps to reproduce
description: Step by step instructions to reproduce the behavior.
placeholder: |
1. Step one
2. Step two
3. Step three
validations:
required: true