Skip to content

Commit e16e39d

Browse files
committed
chore: add issue template.
1 parent bc526f4 commit e16e39d

File tree

3 files changed

+129
-0
lines changed

3 files changed

+129
-0
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
name: 🙋‍♂️ [DayBar] - Support & Feedback
2+
description: Get help with DayBar, report bugs, or request features.
3+
title: '🙋‍♂️ Support & Feedback: DayBar'
4+
labels: ['support', 'feedback', 'question']
5+
assignees:
6+
- jaywcjlove
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
<img align="right" height="86" alt="DayBar" src="https://github.com/user-attachments/assets/d4cdfb72-8e0f-4a80-ad90-1829ff069d40"> Please provide as much detail as possible about your support request or feedback.
12+
13+
DayBar is a highly configurable Finder extension that adds powerful functionality to the right-click menu and toolbar in Finder. It allows for quicker and more convenient operations such as moving and copying files, as well as creating new documents. The application also comes with several practical preset operations, further enhancing your work efficiency.
14+
15+
### Contact Information
16+
17+
If you encounter any issues or need support while using our app, please feel free to contact us through the following methods:
18+
19+
- **Email Support**: [kennyiseeyou@gmail.com](mailto:kennyiseeyou@gmail.com)
20+
- **Social Media**: [Twitter](https://twitter.com/jaywcjlove)
21+
22+
We will respond to your message as soon as possible. Thank you for your support of our app!
23+
24+
- type: textarea
25+
attributes:
26+
label: 🙋‍♂️ How can we help you?
27+
description: Describe the issue you're facing or the feature you'd like to request.
28+
placeholder: For example, I'm experiencing an issue with...
29+
validations:
30+
required: true
31+
32+
- type: dropdown
33+
id: os_version
34+
attributes:
35+
label: "💻 Desktop"
36+
description: Your operating system and version.
37+
options:
38+
- macOS 15.0 (Sequoia)
39+
- macOS 14.0 (Sonoma)
40+
default: 0
41+
validations:
42+
required: true
43+
44+
- type: markdown
45+
attributes:
46+
value: |
47+
**How can I send you a crash report for one of your apps?**
48+
49+
- macOS Open Finder
50+
- Select Go to **Folder…** from the Go menu <kbd>⇧</kbd> + <kbd>⌘</kbd> + <kbd>G</kbd>
51+
- Enter: **~/Library/Logs/DiagnosticReports**
52+
- In the resulting list, select all files that starts with the app name, ZIP them, and send me
53+
- Attach the file to this issue
54+
55+
- type: textarea
56+
attributes:
57+
label: ℹ️ Additional context
58+
description: Add any additional information that could be helpful.
59+
placeholder: ex. Screenshots, steps to reproduce, etc.
60+
validations:
61+
required: false
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
name: 🙋‍♂️ [DayBar] - 支持与反馈
2+
description: "获取有关 DayBar、报告错误或请求功能的帮助。"
3+
title: '🙋‍♂️ 支持与反馈: DayBar'
4+
labels: ['support', 'feedback', 'question']
5+
assignees:
6+
- jaywcjlove
7+
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
<img align="right" height="100" alt="DayBar" src="https://github.com/user-attachments/assets/d4cdfb72-8e0f-4a80-ad90-1829ff069d40" /> 请尽可能详细地提供您的支持请求或反馈。
13+
14+
DayBar 是一款可以在菜单栏展示本地日期和提醒事件的应用。点击菜单栏中的 DayBar,您可以查看日历、日历事件以及提醒事项,并且可以与 Apple 日历事件进行同步。此应用旨在将日历和提醒功能集中在状态栏菜单,方便管理和查看。
15+
16+
### 联系信息
17+
18+
如果您在使用我们的应用时遇到任何问题或需要支持,请随时通过以下方式与我们联系:
19+
20+
- **电子邮件支持**: [kennyiseeyou@gmail.com](mailto:kennyiseeyou@gmail.com)
21+
- **社交媒体**: [Twitter](https://twitter.com/jaywcjlove)
22+
23+
我们会尽快回复您的消息,感谢您对我们应用的支持!
24+
25+
26+
- type: textarea
27+
attributes:
28+
label: 🙋‍♂️ 您需要什么帮助?
29+
description: 描述您面临的问题或您想要请求的功能。
30+
placeholder: 例如,我遇到了问题...
31+
validations:
32+
required: true
33+
34+
- type: dropdown
35+
id: os_version
36+
attributes:
37+
label: "💻 桌面"
38+
description: 您的操作系统和版本。
39+
options:
40+
- macOS 15.0 (Sequoia)
41+
- macOS 14.0 (Sonoma)
42+
default: 0
43+
validations:
44+
required: true
45+
46+
- type: markdown
47+
attributes:
48+
value: |
49+
**如何向我发送应用程序的崩溃报告?**
50+
51+
- 在 macOS 上打开 Finder
52+
- 从“前往”菜单中选择 **前往文件夹…** <kbd>⇧</kbd> + <kbd>⌘</kbd> + <kbd>G</kbd>
53+
- 输入:**~/Library/Logs/DiagnosticReports**
54+
- 在出现的列表中,选择所有以应用程序名称开头的文件,将它们压缩成 ZIP 文件并发送给我
55+
- 将文件附加到此问题中
56+
57+
- type: textarea
58+
attributes:
59+
label: ℹ️ 补充说明
60+
description: 在此添加有关问题的其他上下文信息。
61+
placeholder: 例如:截图、复现步骤等。
62+
validations:
63+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 🌐 DayBar Official Website
4+
url: https://wangchujiang.com/daybar/
5+
about: Introduction to the DayBar app on the official website!

0 commit comments

Comments
 (0)