Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 添加中文版的 issue 模板 #910

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/01-bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: 🐞 Bug 报告
title: "[bug] "
description: 报告一个 Bug
labels: ["type: bug", "status: needs triage"]

body:
- type: markdown
attributes:
value: |
## 温馨提示
1. 请先查阅[常见问题](https://ecopaste.cn/problem/macos/damage)或现有的 [issues](https://github.com/EcoPasteHub/EcoPaste/issues)。
2. 请确保你使用的是[最新版本](https://github.com/EcoPasteHub/EcoPaste/releases/latest)。
3. 请确保该问题不是由其他软件引起的。
4. 请始终保持友好与尊重,感谢你的理解与配合。

- type: textarea
id: description
attributes:
label: 描述 Bug
description: 请详细描述 Bug 并提供截图或视频以帮助我们更好地理解问题。
validations:
required: true

- type: textarea
id: reproduction
attributes:
label: 重现步骤
description: 请详细列出重现问题的步骤,并附带截图或视频。

- type: textarea
id: expected-behavior
attributes:
label: 预期行为
description: 请描述你期望发生的行为。

- type: textarea
id: info
attributes:
render: text
label: 软件信息
description: 请复制`偏好设置 > 关于`页面中的软件信息。
validations:
required: true

- type: textarea
id: context
attributes:
label: 附加信息
description: 请在此提供有关该问题的其他相关信息,帮助我们更全面地理解问题。
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/02-feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: 💡 功能请求
title: "[feat] "
description: 提出一个想法
labels: "type: feature request"

body:
- type: textarea
id: problem
attributes:
label: 描述问题
description: 请清晰地描述此功能将解决的具体问题。
validations:
required: true

- type: textarea
id: solution
attributes:
label: 描述您希望的解决方案
description: 请清晰地描述您期望的变更或改进。
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: 考虑的替代方案
description: 提供您考虑过的其他替代解决方案。

- type: textarea
id: context
attributes:
label: 附加信息
description: 请在此提供有关该问题的其他相关信息,帮助我们更全面地理解问题。
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/11-bug.en-US.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: 🐞 Bug Report
title: "[bug] "
description: Report a Bug
labels: ["type: bug", "status: needs triage"]

body:
- type: markdown
attributes:
value: |
## Friendly Reminder
1. Please check the [FAQ](https://ecopaste.cn/problem/macos/damage) or existing [issues](https://github.com/EcoPasteHub/EcoPaste/issues) first.
2. Make sure you're using the [latest version](https://github.com/EcoPasteHub/EcoPaste/releases/latest).
3. Ensure the issue is not caused by other software.
4. Please always remain friendly and respectful. Thank you for your understanding and cooperation.

- type: textarea
id: description
attributes:
label: Describe the Bug
description: Please describe the bug in detail and provide screenshots or videos to help us better understand the issue.
validations:
required: true

- type: textarea
id: reproduction
attributes:
label: Reproduction Steps
description: Please list the steps to reproduce the issue, and include screenshots or videos.

- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: Please describe the behavior you expected to happen.

- type: textarea
id: info
attributes:
render: text
label: Software Information
description: Please copy the software information from `Preferences > About` page.
validations:
required: true

- type: textarea
id: context
attributes:
label: Additional context
description: Please provide any other relevant information that may help us better understand the issue.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/12-feature.en-US.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: 💡 Feature Request
title: "[feat] "
description: Suggest an idea
labels: "type: feature request"

body:
- type: textarea
id: problem
attributes:
label: Describe the Problem
description: Please clearly describe the problem this feature will solve.
validations:
required: true

- type: textarea
id: solution
attributes:
label: Describe Your Desired Solution
description: Please clearly describe the changes or improvements you expect.
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: Considered Alternatives
description: Provide any alternative solutions you have considered.

- type: textarea
id: context
attributes:
label: Additional context
description: Please provide any other relevant information that may help us better understand the issue.
54 changes: 0 additions & 54 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/feature_request.yml

This file was deleted.

Loading