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.yml
+19-23Lines changed: 19 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ body:
8
8
- type: markdown
9
9
attributes:
10
10
value: |
11
-
**If you suspect you may have found a security vulnerability, please do not report it publicly. Instead, [please report it privately](https://github.com/Azure-Samples/Apim-Samples/security/advisories/new).**
11
+
**If you suspect you may have found a security vulnerability, [please report it privately](https://github.com/Azure-Samples/Apim-Samples/security/advisories/new).**
12
12
13
13
- type: textarea
14
14
id: bug
@@ -49,20 +49,16 @@ body:
49
49
validations:
50
50
required: false
51
51
52
-
- type: checkboxes
52
+
- type: dropdown
53
53
id: cpu
54
54
attributes:
55
55
label: "CPU Architecture"
56
-
description: "Select your CPU architecture (select one only). If 'Other', please specify."
56
+
description: "Select your CPU architecture."
57
57
options:
58
-
- label: "x86"
59
-
required: false
60
-
- label: "x64"
61
-
required: false
62
-
- label: "ARM64"
63
-
required: false
64
-
- label: "Other (please specify below)"
65
-
required: false
58
+
- "x86"
59
+
- "x64"
60
+
- "ARM64"
61
+
- "Other"
66
62
validations:
67
63
required: false
68
64
@@ -71,24 +67,22 @@ body:
71
67
attributes:
72
68
label: "Other CPU Architecture"
73
69
description: "If you selected 'Other' above, please specify your CPU architecture."
74
-
placeholder: "e.g. RISC-V, PowerPC, etc."
70
+
placeholder: ""
75
71
validations:
76
72
required: false
73
+
if:
74
+
cpu: "Other"
77
75
78
-
- type: checkboxes
76
+
- type: dropdown
79
77
id: os
80
78
attributes:
81
79
label: "Operating System"
82
-
description: "Select your operating system (select one only). If 'Other', please specify."
80
+
description: "Select your operating system."
83
81
options:
84
-
- label: "Windows"
85
-
required: false
86
-
- label: "Linux"
87
-
required: false
88
-
- label: "macOS"
89
-
required: false
90
-
- label: "Other (please specify below)"
91
-
required: false
82
+
- "Windows"
83
+
- "Linux"
84
+
- "macOS"
85
+
- "Other"
92
86
validations:
93
87
required: false
94
88
@@ -97,6 +91,8 @@ body:
97
91
attributes:
98
92
label: "Other Operating System"
99
93
description: "If you selected 'Other' above, please specify your OS."
0 commit comments