diff --git a/.github/ISSUE_TEMPLATE/CHS-feature-request.yml b/.github/ISSUE_TEMPLATE/CHS-feature-request.yml index 9a01b6f1..746231fb 100644 --- a/.github/ISSUE_TEMPLATE/CHS-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/CHS-feature-request.yml @@ -1,7 +1,7 @@ -name: 功能请求 +name: 功能请求 description: 通过这个议题来向开发团队分享你的想法 title: "[Feat]: 在这里填写一个合适的标题" -labels: ["功能", "needs-triage", "priority:none"] +labels: ["feature request", "needs-triage", "priority:none"] assignees: - Lightczx body: @@ -24,4 +24,4 @@ body: label: 想要实现或优化的功能 description: 详细的描述一下你想要的功能,描述的越具体,采纳的可能性越高 validations: - required: true \ No newline at end of file + required: true diff --git a/.github/ISSUE_TEMPLATE/ENG-feature-request.yml b/.github/ISSUE_TEMPLATE/ENG-feature-request.yml index 1f465163..8318a23b 100644 --- a/.github/ISSUE_TEMPLATE/ENG-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/ENG-feature-request.yml @@ -1,7 +1,7 @@ name: Feature Request [English Form] description: Tell us about your thought title: "[Feat]: Place your title here" -labels: ["功能", "needs-triage", "priority:none"] +labels: ["feature request", "needs-triage", "priority:none"] assignees: - Lightczx body: @@ -22,6 +22,6 @@ body: id: req attributes: label: Detail of the Feature - description: Descripbe the feaure in detail. The more detailed and convincing the desciprtion the more likyly feature will be accepted. + description: Descripbe the feaure in detail. The more detailed and convincing the desciprtion the more likyly feature will be accepted. validations: - required: true \ No newline at end of file + required: true