diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..a27a388 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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: | + KeyClicker 请提供有关您的支持请求或反馈的尽可能详细的信息。 + + 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**: [kennyiseeyou@gmail.com](mailto:kennyiseeyou@gmail.com) + - **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 + + G + - 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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report_cn.yml b/.github/ISSUE_TEMPLATE/bug_report_cn.yml new file mode 100644 index 0000000..692c30e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report_cn.yml @@ -0,0 +1,63 @@ +name: 🙋‍♂️ [KeyClicker] - 支持与反馈 +description: "获取有关 KeyClicker、报告错误或请求功能的帮助。" +title: '🙋‍♂️ 支持与反馈: KeyClicker' +labels: ['support', 'feedback', 'question'] +assignees: + - jaywcjlove + +body: + - type: markdown + attributes: + value: | + KeyClicker 请提供有关您的支持请求或反馈的尽可能详细的信息。 + + KeyClicker 是一款在 macOS 上为用户带来真实键盘打字声音体验的应用,完美再现机械键盘与打字机的打字感受。 + + ### 联系信息 + + 如果您在使用我们的应用时遇到任何问题或需要支持,请随时通过以下方式与我们联系: + + - **电子邮件支持**: [kennyiseeyou@gmail.com](mailto:kennyiseeyou@gmail.com) + - **社交媒体**: [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 + - 从“前往”菜单中选择 **前往文件夹…** + + G + - 输入:**~/Library/Logs/DiagnosticReports** + - 在出现的列表中,选择所有以应用程序名称开头的文件,将它们压缩成 ZIP 文件并发送给我 + - 将文件附加到此问题中 + + - type: textarea + attributes: + label: ℹ️ 补充说明 + description: 在此添加有关问题的其他上下文信息。 + placeholder: 例如:截图、复现步骤等。 + validations: + required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..1a4ebfb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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! \ No newline at end of file diff --git a/README.zh.md b/README.zh.md index 7abaf21..7189c2a 100644 --- a/README.zh.md +++ b/README.zh.md @@ -26,4 +26,4 @@ KeyClicker 是一款在 macOS 上为用户带来真实键盘打字声音体验 如果你是一名程序员,KeyClicker 同样能为你带来机械键盘打字的极致体验,让每一次敲击都充满沉浸感,提升编程的专注度与乐趣! - \ No newline at end of file + \ No newline at end of file