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 a91bb6c commit ca24771
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 6 deletions.
29 changes: 24 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,36 @@
name: Bug Report
description: File a bug report
body:
- type: textarea
- 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
description: Open the Workflow in Alfred Preferences and find it at the top, near the description
validations:
required: true
- type: input
attributes:
label: Alfred version
description: In the top left corner of Alfred Preferences → General
validations:
required: true
- type: input
attributes:
label: Diagnostic
description: Run `!gddiagnostic` in Alfred. After the notification/sound, paste into this box
label: macOS version
description: Click  on the menubar → About This Mac
validations:
required: true
- type: textarea
attributes:
label: Debugger output
description: Perform the failing action with [the debugger](https://www.alfredapp.com/help/workflows/advanced/debugger/) open
render: codeblock
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
- type: textarea
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 @@ -2254,7 +2254,7 @@ Can take multiple paths separated by colons.</string>
</dict>
</array>
<key>version</key>
<string>2024.2</string>
<string>2024.3</string>
<key>webaddress</key>
<string>https://github.com/alfredapp/google-drive-workflow/</string>
</dict>
Expand Down

0 comments on commit ca24771

Please sign in to comment.