You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yaml
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -12,39 +12,34 @@ body:
12
12
attributes:
13
13
label: Issue Description
14
14
description: Please explain your issue
15
-
value: "Describe your issue"
16
15
validations:
17
16
required: true
18
17
- type: textarea
19
18
id: reproducer
20
19
attributes:
21
20
label: Steps to reproduce the issue
22
21
description: Please explain the steps to reproduce the issue
23
-
value: "Steps to reproduce the issue\n1.\n2.\n3.\n"
24
22
validations:
25
23
required: true
26
24
- type: textarea
27
25
id: received_results
28
26
attributes:
29
27
label: Describe the results you received
30
28
description: Please explain the results you are noticing
31
-
value: "Describe the results you received"
32
29
validations:
33
30
required: true
34
31
- type: textarea
35
32
id: expected_results
36
33
attributes:
37
34
label: Describe the results you expected
38
35
description: Please explain the results you are expecting
39
-
value: "Describe the results you expected"
40
36
validations:
41
37
required: true
42
38
- type: textarea
43
39
id: ramalama_info
44
40
attributes:
45
41
label: ramalama info output
46
42
description: Please copy and paste ramalama info output.
47
-
value: If you are unable to run ramalama info for any reason, please provide the ramalama version, operating system and its version and the architecture you are running.
48
43
render: yaml
49
44
validations:
50
45
required: true
@@ -63,12 +58,10 @@ body:
63
58
attributes:
64
59
label: Additional environment details
65
60
description: Please describe any additional environment details like (AWS, VirtualBox,...)
66
-
value: "Additional environment details"
67
61
- type: textarea
68
62
id: additional_info
69
63
attributes:
70
64
label: Additional information
71
65
description: Please explain the additional information you deem important
72
-
value: "Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting"
0 commit comments