Skip to content

Commit

Permalink
Update to 2024.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorgalvao committed Nov 13, 2024
1 parent 4ba0883 commit 48a0cd7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Bug Report
description: File a bug report
body:
- type: checkboxes
attributes:
label: "Frequently Asked Questions"
description: Please be sure to consult the FAQ, as most problems and advanced features are covered there.
options:
- label: I have [read the FAQ](../blob/main/FAQ.md) before opening the issue.
required: true
- type: input
attributes:
label: Workflow version
Expand All @@ -22,7 +29,7 @@ body:
- type: textarea
attributes:
label: Debugger output
description: Perform the failing action with [the debugger](https://www.alfredapp.com/help/workflows/advanced/debugger/) open
description: Perform the failing action with the [debugger](https://www.alfredapp.com/help/workflows/advanced/debugger/) open and click *Copy* on the top right.
render: alfred_debugger
validations:
required: true
Expand Down
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_suggestion.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Feature Suggestion
description: Suggest a new feature
body:
- type: checkboxes
attributes:
label: "Frequently Asked Questions"
description: Please be sure to consult the FAQ, as most problems and advanced features are covered there.
options:
- label: I have [read the FAQ](../blob/main/FAQ.md) before opening the issue.
required: true
- type: textarea
attributes:
label: Feature details
Expand Down
2 changes: 1 addition & 1 deletion Workflow/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ Use the [Universal Action](https://www.alfredapp.com/help/features/universal-act
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>2024.2</string>
<string>2024.3</string>
<key>webaddress</key>
<string>https://github.com/alfredapp/shortcuts-workflow/</string>
</dict>
Expand Down

0 comments on commit 48a0cd7

Please sign in to comment.