From 98bf6c3c9bbcf4ab83508180fbd5985f75b9fbf6 Mon Sep 17 00:00:00 2001 From: Bruce Wayne Date: Thu, 1 Apr 2021 20:19:37 +0800 Subject: [PATCH] Update feature_request.yml --- ...feature_request.md => feature_request.md.off} | 0 .github/ISSUE_TEMPLATE/feature_request.yml | 16 ++++++++++++++++ ...est.zh-CN.md => feature_request.zh-CN.md.off} | 0 .github/ISSUE_TEMPLATE/feature_request.zh-CN.yml | 16 ++++++++++++++++ 4 files changed, 32 insertions(+) rename .github/ISSUE_TEMPLATE/{feature_request.md => feature_request.md.off} (100%) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml rename .github/ISSUE_TEMPLATE/{feature_request.zh-CN.md => feature_request.zh-CN.md.off} (100%) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.zh-CN.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md.off similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/feature_request.md.off diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..9f58f472 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,16 @@ +name: request +description: "Suggest an idea for this project" +title: "" +labels: 需要核实 +issue_body: true +body: + - type: markdown + attributes: + value: Make sure you have read the readme, searched and read the issues related to yours. Otherwise it will be considered as a duplicate which will be closed immediately. + - type: textarea + id: description + attributes: + label: "Describe the feature you want" + description: A clear and concise description of what you want to happen. + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.zh-CN.md b/.github/ISSUE_TEMPLATE/feature_request.zh-CN.md.off similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.zh-CN.md rename to .github/ISSUE_TEMPLATE/feature_request.zh-CN.md.off diff --git a/.github/ISSUE_TEMPLATE/feature_request.zh-CN.yml b/.github/ISSUE_TEMPLATE/feature_request.zh-CN.yml new file mode 100644 index 00000000..00cf0ab9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.zh-CN.yml @@ -0,0 +1,16 @@ +name: 功能请求 +description: "建议这个项目的想法" +title: "" +labels: 需要核实 +issue_body: true +body: + - type: markdown + attributes: + value: 确保你已经看过 readme,也搜索并阅读过和你遇到的情况相关的问题。否则会被认为是重复的并被立刻关闭。 + - type: textarea + id: description + attributes: + label: "功能描述" + description: 简明扼要地描述需要的功能 + validations: + required: true