Skip to content

Commit

Permalink
chore: update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Nov 28, 2023
1 parent 1d47b34 commit d2aae5f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
12 changes: 5 additions & 7 deletions .github/ISSUE_TEMPLATE/cn_feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: 功能建议
description: 功能建议
title: "🚀 功能建议:请填写标题"
title: "🚀 功能建议:"
labels: ["enhancement"]
assignees:
-

body:
- type: checkboxes
Expand All @@ -23,7 +21,7 @@ body:
attributes:
label: 功能描述
description: 请描述你希望的功能,有必要的话可以提供截图,以供开发者参考。
placeholder:
placeholder: 功能描述
validations:
required: true

Expand All @@ -32,19 +30,19 @@ body:
attributes:
label: 使用场景(可选)
description: 请描述你希望功能的使用场景,有无其他类似可供参考的 App 功能等。
placeholder:
placeholder: 使用场景

- type: textarea
id: resolution
attributes:
label: 实现方案(可选)
description: 对于该功能,您有什么预想的实现方案,或者建议?
placeholder:
placeholder: 实现方案

- type: checkboxes
id: PR
attributes:
label: 是否愿意提交 PR 实现该功能
description: 我们非常欢迎您提交 PR,当开发者人力不足时,提交 PR 是实现该功能的最快的方式。如果对 Objective-C 语言不熟悉,可以尝试使用 ChatGPT,也许它能帮到你。
description: 我们非常欢迎您提交 PR,当开发者人力不足时,提交 PR 是实现该功能的最快的方式。如果对 objc 或 Swift 语言不熟悉,可以尝试使用 ChatGPT,也许它能帮到你。
options:
- label: 我愿意提交 PR!
14 changes: 6 additions & 8 deletions .github/ISSUE_TEMPLATE/en_feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Feature request
description: Request a new feature
title: "🚀 Feature Request: Please fill in the title"
title: "🚀 Feature Request: "
labels: ["enhancement"]
assignees:
-

body:
- type: checkboxes
Expand All @@ -15,15 +13,15 @@ body:
required: true
- label: I have searched through the [issues](https://github.com/tisfeng/Easydict/issues) page and didn't find a similar feature request.(Including issue that has been closed)
required: true
- label: Easydict has been upgraded to the latest version.
- label: Easydict has been upgraded to the [latest version](https://github.com/tisfeng/Easydict/releases)
required: true

- type: textarea
id: feature_description
attributes:
label: Feature description
description: Please describe the feature you would like to request. If necessary, screenshots can be provided for developers' reference.
placeholder:
placeholder: Feature description
validations:
required: true

Expand All @@ -32,19 +30,19 @@ body:
attributes:
label: Use case (optional)
description: Please describe the use case of the feature you're requesting, and whether there are any similar app features for reference.
placeholder:
placeholder: Use case

- type: textarea
id: resolution
attributes:
label: Proposed solution (optional)
description: Do you have any proposed solutions or suggestions for implementing this feature?
placeholder:
placeholder: Proposed solution

- type: checkboxes
id: PR
attributes:
label: Are you willing to submit a PR to implement this feature
description: We welcome you to submit PR. When the developer is short of manpower, submitting PR is the fastest way to implement the feature. If you are not familiar with Objective-C, you can try ChatGPT, maybe it can help you.
description: We welcome you to submit PR. When the developer is short of manpower, submitting PR is the fastest way to implement the feature. If you are not familiar with objc or Swift, you can try ChatGPT, maybe it can help you.
options:
- label: I'm willing to submit PR!

0 comments on commit d2aae5f

Please sign in to comment.