Skip to content

Commit 4dec636

Browse files
committed
chore: improve bug report template
1 parent 8efaffb commit 4dec636

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
required: true
1616
- label: I have read the documentation of the feature I am having problems with.
1717
required: true
18-
- label: I am using Alfred 5. (Alfred 4 is not supported by this workflow anymore.)
18+
- label: I am using Alfred 5.5 (lower versions are not supported).
1919
required: true
2020
- label:
2121
I have updated to the latest version of the Metadata-Extractor and the Advanced URI plugin.
@@ -57,19 +57,16 @@ body:
5757
label: Debugging Log
5858
description: >
5959
You can get a debugging log by opening the workflow in Alfred preferences and pressing `cmd + D`.
60-
A small window will open up. At the top of the window, change `All Information` to `Core
61-
Information`. Use the malfunctioning part of the workflow once more, copy the content of the
60+
A small window will open up. At the top of the window, change `All Information` to `Core
61+
Information`. Use the malfunctioning part of the workflow once more, copy the content of the
6262
log window, and paste it here.
6363
render: Text
6464
validations: { required: true }
6565
- type: textarea
6666
id: workflow-configuration
6767
attributes:
6868
label: Workflow Configuration
69-
description:
70-
'Please add a screenshot of all your [workflow
71-
configuration](https://www.alfredapp.com/help/workflows/user-configuration/) (clicking "Configure
72-
Workflow")'
69+
description: Any related workflow configuration you have changed from the default.
7370
validations: { required: true }
7471
- type: checkboxes
7572
id: compatibility-mode

0 commit comments

Comments
 (0)