From 127ceeb0b012d621ba00768e8990913137b1c5f8 Mon Sep 17 00:00:00 2001 From: AOIAN Date: Wed, 7 Feb 2024 13:01:09 +0800 Subject: [PATCH] Create fr.yml --- .github/ISSUE_TEMPLATE/fr.yml | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/fr.yml diff --git a/.github/ISSUE_TEMPLATE/fr.yml b/.github/ISSUE_TEMPLATE/fr.yml new file mode 100644 index 0000000..e409ba4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/fr.yml @@ -0,0 +1,36 @@ +name: 功能(新频道)请求 +description: 提出一个建议 +labels: [ "enhancement" ] +title: "[FR] " +body: + - type: checkboxes + id: checklist + attributes: + label: 检查清单 + description: 确保我们的错误报告表单适合您。 + options: + - label: 之前没有人提交过类似或相同的功能请求。 + required: true + - label: 这个建议不会背离 LibChecker 的初衷。 + required: true + - type: textarea + id: propose + attributes: + label: 改进目的 + description: 改进有什么用 + placeholder: | + Show your idea here. + validations: + required: true + - type: textarea + id: solution + attributes: + label: 解决方案 + description: 你会怎么完成这个改进? + placeholder: | + How to do it on your opinion? Or left this blank + - type: textarea + id: addition + attributes: + label: 额外信息 + description: 任何你觉得值得说的。