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
+24-6Lines changed: 24 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,39 @@
1
1
name: Bug Report
2
2
description: File a bug report
3
3
body:
4
-
- type: textarea
4
+
- type: checkboxes
5
+
attributes:
6
+
label: "Frequently Asked Questions"
7
+
description: Please be sure to consult the FAQ, as most problems and advanced features are covered there.
8
+
options:
9
+
- label: I have [read the FAQ](../blob/main/FAQ.md) before opening the issue.
10
+
required: true
11
+
- type: input
12
+
attributes:
13
+
label: Workflow version
14
+
description: Open the Workflow in Alfred Preferences and find it at the top, near the description
15
+
validations:
16
+
required: true
17
+
- type: input
18
+
attributes:
19
+
label: Alfred version
20
+
description: In the top left corner of Alfred Preferences → General
21
+
validations:
22
+
required: true
23
+
- type: input
5
24
attributes:
6
-
label: Diagnostic
7
-
description: Run `!1pdiagnostic` in Alfred. After the notification/sound, paste into this box
25
+
label: macOS version
26
+
description: Click on the menubar → About This Mac
8
27
validations:
9
28
required: true
10
29
- type: textarea
11
30
attributes:
12
31
label: Debugger output
13
-
description: Perform the failing action with [the debugger](https://www.alfredapp.com/help/workflows/advanced/debugger/) open
14
-
render: codeblock
32
+
description: Perform the failing action with the [debugger](https://www.alfredapp.com/help/workflows/advanced/debugger/) open and click *Copy* on the top right.
33
+
render: alfred_debugger
15
34
validations:
16
35
required: true
17
36
- type: textarea
18
37
attributes:
19
38
label: More details
20
39
description: Explain what you did, what happened, and what you expected to happen
0 commit comments