Skip to content

Commit

Permalink
chore: add issue template.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 12, 2025
1 parent c7f9a2a commit be3d56b
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 1 deletion.
63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
name: 🙋‍♂️ [KeyClicker] - Support & Feedback
description: Get help with KeyClicker, report bugs, or request features.
title: '🙋‍♂️ Support & Feedback: KeyClicker'
labels: ['support', 'feedback', 'question']
assignees:
- jaywcjlove
body:
- type: markdown
attributes:
value: |
<img align="right" height="100" alt="KeyClicker" src="https://github.com/user-attachments/assets/5a19fcb9-cb81-4855-b4ea-31c604d9612a" /> 请提供有关您的支持请求或反馈的尽可能详细的信息。
KeyClicker is an application on macOS that brings the experience of real keyboard typing sounds to users, perfectly recreating the typing sensation of mechanical keyboards and typewriters.
### Contact Information
If you encounter any issues or need support while using our app, please feel free to contact us through the following methods:
- **Email Support**: [[email protected]](mailto:[email protected])
- **Social Media**: [Twitter](https://twitter.com/jaywcjlove)
We will respond to your message as soon as possible. Thank you for your support of our app!
- type: textarea
attributes:
label: 🙋‍♂️ How can we help you?
description: Describe the issue you're facing or the feature you'd like to request.
placeholder: For example, I'm experiencing an issue with...
validations:
required: true

- type: dropdown
id: os_version
attributes:
label: "💻 Desktop"
description: Your operating system and version.
options:
- macOS 15.0 (Sequoia)
- macOS 14.0 (Sonoma)
- iOS 18.0
- iOS 17.0
default: 0
validations:
required: true

- type: markdown
attributes:
value: |
**How can I send you a crash report for one of your apps?**
- macOS Open Finder
- Select Go to **Folder…** from the Go menu <kbd>⇧</kbd> + <kbd>⌘</kbd> + <kbd>G</kbd>
- Enter: **~/Library/Logs/DiagnosticReports**
- In the resulting list, select all files that starts with the app name, ZIP them, and send me
- Attach the file to this issue
- type: textarea
attributes:
label: ℹ️ Additional context
description: Add any additional information that could be helpful.
placeholder: ex. Screenshots, steps to reproduce, etc.
validations:
required: false
63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report_cn.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
name: 🙋‍♂️ [KeyClicker] - 支持与反馈
description: "获取有关 KeyClicker、报告错误或请求功能的帮助。"
title: '🙋‍♂️ 支持与反馈: KeyClicker'
labels: ['support', 'feedback', 'question']
assignees:
- jaywcjlove

body:
- type: markdown
attributes:
value: |
<img align="right" height="100" alt="KeyClicker" src="https://github.com/user-attachments/assets/5a19fcb9-cb81-4855-b4ea-31c604d9612a" /> 请提供有关您的支持请求或反馈的尽可能详细的信息。
KeyClicker 是一款在 macOS 上为用户带来真实键盘打字声音体验的应用,完美再现机械键盘与打字机的打字感受。
### 联系信息
如果您在使用我们的应用时遇到任何问题或需要支持,请随时通过以下方式与我们联系:
- **电子邮件支持**: [[email protected]](mailto:[email protected])
- **社交媒体**: [Twitter](https://twitter.com/jaywcjlove)
我们会尽快回复您的消息,感谢您对我们应用的支持!
- type: textarea
attributes:
label: 🙋‍♂️ 您需要什么帮助?
description: 描述您面临的问题或您想要请求的功能。
placeholder: 例如,我遇到了问题...
validations:
required: true

- type: dropdown
id: os_version
attributes:
label: "💻 桌面"
description: 您的操作系统和版本。
options:
- macOS 15.0 (Sequoia)
- macOS 14.0 (Sonoma)
default: 0
validations:
required: true

- type: markdown
attributes:
value: |
**如何向我发送应用程序的崩溃报告?**
- 在 macOS 上打开 Finder
- 从“前往”菜单中选择 **前往文件夹…** <kbd>⇧</kbd> + <kbd>⌘</kbd> + <kbd>G</kbd>
- 输入:**~/Library/Logs/DiagnosticReports**
- 在出现的列表中,选择所有以应用程序名称开头的文件,将它们压缩成 ZIP 文件并发送给我
- 将文件附加到此问题中
- type: textarea
attributes:
label: ℹ️ 补充说明
description: 在此添加有关问题的其他上下文信息。
placeholder: 例如:截图、复现步骤等。
validations:
required: false
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: 🌐 KeyClicker Official Website
url: https://wangchujiang.com/key-clicker/
about: Introduction to the KeyClicker app on the official website!
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ KeyClicker 是一款在 macOS 上为用户带来真实键盘打字声音体验

如果你是一名程序员,KeyClicker 同样能为你带来机械键盘打字的极致体验,让每一次敲击都充满沉浸感,提升编程的专注度与乐趣!

<!--version: v1.0.0-->
<!--version: v1.0.0 -->

0 comments on commit be3d56b

Please sign in to comment.