Skip to content

Commit 5d817fd

Browse files
committed
chore: update issue template.
1 parent b384b0c commit 5d817fd

File tree

3 files changed

+133
-0
lines changed

3 files changed

+133
-0
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
name: 🙋‍♂️ [TextSound Saver] - Support & Feedback
2+
description: Get help with TextSound Saver, report bugs, or request features.
3+
title: '🙋‍♂️ Support & Feedback: TextSound Saver'
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="TextSound Saver" 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+
Using the TextSoundSaver application, you can convert text into realistic synthesized speech.
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**: [[email protected]](mailto:[email protected])
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+
- iOS 17.0
41+
- iOS 16.0
42+
default: 0
43+
validations:
44+
required: true
45+
46+
- type: markdown
47+
attributes:
48+
value: |
49+
**How can I send you a crash report for one of your apps?**
50+
51+
- macOS Open Finder
52+
- Select Go to **Folder…** from the Go menu <kbd>⇧</kbd> + <kbd>⌘</kbd> + <kbd>G</kbd>
53+
- Enter: **~/Library/Logs/DiagnosticReports**
54+
- In the resulting list, select all files that starts with the app name, ZIP them, and send me
55+
- Attach the file to this issue
56+
57+
- type: textarea
58+
attributes:
59+
label: ℹ️ Additional context
60+
description: Add any additional information that could be helpful.
61+
placeholder: ex. Screenshots, steps to reproduce, etc.
62+
validations:
63+
required: false
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
name: 🙋‍♂️ [TextSound Saver] - 支持与反馈
2+
description: "获取有关 TextSound Saver、报告错误或请求功能的帮助。"
3+
title: '🙋‍♂️ 支持与反馈: TextSound Saver'
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="TextSound Saver" src="https://github.com/user-attachments/assets/d4cdfb72-8e0f-4a80-ad90-1829ff069d40" /> 请尽可能详细地提供您的支持请求或反馈。
13+
14+
使用 TextSound 应用程序,您可以将文本转换为逼真的合成语音。应用实现了流畅且自然的文本到语音转换。除了提供出色的语音合成功能外,该应用还允许您轻松导出调好的音频文件。这使您能够创建高质量的音频文件,并下载输出以供其他用途。
15+
16+
### 联系信息
17+
18+
如果您在使用我们的应用时遇到任何问题或需要支持,请随时通过以下方式与我们联系:
19+
20+
- **电子邮件支持**: [[email protected]](mailto:[email protected])
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+
- iOS 17.0
43+
- iOS 16.0
44+
default: 0
45+
validations:
46+
required: true
47+
48+
- type: markdown
49+
attributes:
50+
value: |
51+
**如何向我发送应用程序的崩溃报告?**
52+
53+
- 在 macOS 上打开 Finder
54+
- 从“前往”菜单中选择 **前往文件夹…** <kbd>⇧</kbd> + <kbd>⌘</kbd> + <kbd>G</kbd>
55+
- 输入:**~/Library/Logs/DiagnosticReports**
56+
- 在出现的列表中,选择所有以应用程序名称开头的文件,将它们压缩成 ZIP 文件并发送给我
57+
- 将文件附加到此问题中
58+
59+
- type: textarea
60+
attributes:
61+
label: ℹ️ 补充说明
62+
description: 在此添加有关问题的其他上下文信息。
63+
placeholder: 例如:截图、复现步骤等。
64+
validations:
65+
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: 🌐 TextSound Saver Official Website
4+
url: https://wangchujiang.com/TextSoundSaver/
5+
about: Introduction to the TextSound Saver app on the official website!

0 commit comments

Comments
 (0)