-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
110 additions
and
51 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
name: Bug report | ||
description: 反馈问题 | ||
title: "🐞 反馈问题:xxx" | ||
labels: ["bug"] | ||
assignees: | ||
- | ||
|
||
body: | ||
- type: checkboxes | ||
id: checklist | ||
attributes: | ||
label: 请先确认以下事项 | ||
options: | ||
- label: 已仔细阅读了 [README](https://github.com/tisfeng/Raycast-Easydict#readme) | ||
required: true | ||
- label: 在 [issues](https://github.com/tisfeng/Raycast-Easydict/issues) 页面搜索过问题,但未能找到解决方法 | ||
required: true | ||
- label: Easydict 已升级到最新版本 | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: 问题描述 | ||
description: 请尽量清晰、详细地描述问题。如果涉及 UI,请提供截图,若是问题比较复杂,最好能提供录屏,方便开发者排查。 | ||
placeholder: 问题描述 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: 重现步骤 | ||
description: 请描述如何重现该问题。 | ||
placeholder: 若问题很容易复现,可直接填“无” | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: 期望结果 | ||
description: 请描述您期望的结果。 | ||
placeholder: | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: resolution | ||
attributes: | ||
label: 解决方案(可选) | ||
description: 对于该问题,您有什么预想的解决方案,或者建议? | ||
placeholder: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: false |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: Feature request | ||
description: 功能建议 | ||
title: "🚀 功能建议:xxx" | ||
labels: ["enhancement"] | ||
assignees: | ||
- | ||
|
||
body: | ||
- type: checkboxes | ||
id: checklist | ||
attributes: | ||
label: 请先确认以下事项 | ||
options: | ||
- label: 已仔细阅读了 [README](https://github.com/tisfeng/Raycast-Easydict#readme) | ||
required: true | ||
- label: 在 [issues](https://github.com/tisfeng/Raycast-Easydict/issues) 页面搜索过,未发现类似功能建议 | ||
required: true | ||
- label: Easydict 已升级到最新版本 | ||
required: true | ||
|
||
- type: textarea | ||
id: feature_description | ||
attributes: | ||
label: 功能描述 | ||
description: 请描述你希望的功能,有必要的话可以提供截图,以供开发者参考。 | ||
placeholder: | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: feature_usecase | ||
attributes: | ||
label: 使用场景(可选) | ||
description: 请描述你希望功能的使用场景,有无其他类似可供参考的 App 功能等。 | ||
placeholder: | ||
|
||
- type: textarea | ||
id: resolution | ||
attributes: | ||
label: 实现方案(可选) | ||
description: 对于该功能,您有什么预想的实现方案,或者建议? | ||
placeholder: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: Others | ||
about: Others | ||
title: Others | ||
labels: | ||
--- | ||
|
||
<!-- | ||
⚠️ 如果是反馈问题,或功能建议,请选择对应的模板,这个模板只用于记录一些其他特殊问题。 | ||
1. 请确保你已经仔细阅读了 README,可能你的问题不是「问题」。 | ||
2. 请在 issues 页面搜索你的问题,很可能已被解决。 | ||
--> |