Skip to content

Commit 8ebf0d8

Browse files
committed
Initial commit
0 parents  commit 8ebf0d8

File tree

53 files changed

+3855
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+3855
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Bug Report
2+
description: File a bug report
3+
body:
4+
- type: input
5+
attributes:
6+
label: Workflow version
7+
description: Open the Workflow in Alfred Preferences → click [𝒙] → About this Workflow → Workflow Version
8+
validations:
9+
required: true
10+
- type: input
11+
attributes:
12+
label: Alfred version
13+
description: In the top left corner of Alfred Preferences → General
14+
validations:
15+
required: true
16+
- type: input
17+
attributes:
18+
label: macOS version
19+
description: Click  on the menubar → About This Mac → Overview
20+
validations:
21+
required: true
22+
- type: textarea
23+
attributes:
24+
label: Debugger output
25+
description: Open the Workflow in Alfred Preferences → click the bug icon → perform the failing action
26+
render: alfred_debugger
27+
validations:
28+
required: true
29+
- type: textarea
30+
attributes:
31+
label: More details
32+
description: Explain what you did, what happened, and what you expected to happen

README.md

+15

Workflow/icon.png

31.6 KB

Workflow/images/about/acc.png

28.4 KB

Workflow/images/about/app.png

37.6 KB

Workflow/images/about/screen.png

34.8 KB

0 commit comments

Comments
 (0)