diff --git a/.github/ISSUE_TEMPLATE/cn_feature_request.yml b/.github/ISSUE_TEMPLATE/cn_feature_request.yml index feb18402f..7a73a4d08 100644 --- a/.github/ISSUE_TEMPLATE/cn_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/cn_feature_request.yml @@ -1,9 +1,7 @@ name: 功能建议 description: 功能建议 -title: "🚀 功能建议:请填写标题" +title: "🚀 功能建议:" labels: ["enhancement"] -assignees: - - body: - type: checkboxes @@ -23,7 +21,7 @@ body: attributes: label: 功能描述 description: 请描述你希望的功能,有必要的话可以提供截图,以供开发者参考。 - placeholder: + placeholder: 功能描述 validations: required: true @@ -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! diff --git a/.github/ISSUE_TEMPLATE/en_feature_request.yml b/.github/ISSUE_TEMPLATE/en_feature_request.yml index 6bda77cdb..b80095d80 100644 --- a/.github/ISSUE_TEMPLATE/en_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/en_feature_request.yml @@ -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 @@ -15,7 +13,7 @@ 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 @@ -23,7 +21,7 @@ body: 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 @@ -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!