Skip to content

Commit 079e137

Browse files
committed
Update to 2024.3
1 parent e6d3970 commit 079e137

File tree

3 files changed

+32
-7
lines changed

3 files changed

+32
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,39 @@
11
name: Bug Report
22
description: File a bug report
33
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
524
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
827
validations:
928
required: true
1029
- type: textarea
1130
attributes:
1231
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
1534
validations:
1635
required: true
1736
- type: textarea
1837
attributes:
1938
label: More details
2039
description: Explain what you did, what happened, and what you expected to happen
21-

.github/ISSUE_TEMPLATE/feature_suggestion.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Feature Suggestion
22
description: Suggest a new feature
33
body:
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
411
- type: textarea
512
attributes:
613
label: Feature details

Workflow/info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3293,7 +3293,7 @@ Changes come into effect on next cache update.</string>
32933293
<key>variablesdontexport</key>
32943294
<array/>
32953295
<key>version</key>
3296-
<string>2024.2</string>
3296+
<string>2024.3</string>
32973297
<key>webaddress</key>
32983298
<string>https://github.com/alfredapp/1password-workflow/</string>
32993299
</dict>

0 commit comments

Comments
 (0)