From d3a6b0adc1ff33b610c41afec2590127ae1beae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=9D=E5=A4=8F=E5=90=8C=E5=AD=A6?= <2411829240@qq.com> Date: Fri, 24 May 2024 20:55:39 +0800 Subject: [PATCH] Update ISSUE_TEMPLATE --- .../000-submit-a-machine-or-recipe.yml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/000-submit-a-machine-or-recipe.yml diff --git a/.github/ISSUE_TEMPLATE/000-submit-a-machine-or-recipe.yml b/.github/ISSUE_TEMPLATE/000-submit-a-machine-or-recipe.yml new file mode 100644 index 0000000..9704c03 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/000-submit-a-machine-or-recipe.yml @@ -0,0 +1,29 @@ +name: 提交新机器/配方 +description: "提交一个新的机器或配方修改的申请" +labels: +body: +- type: input + id: version + attributes: + label: 你的整合包版本 + description: 不同版本的整合包或许一点差异 + placeholder: "例如: 2.5.1" + validations: + required: true +- type: input + id: modid + attributes: + label: 机器/配方所属的Mod + description: 请尽量具体到具体Mod,比如TecTech等,而不是GregTech + placeholder: "例子: TecTech" + validations: + required: true + +- type: textarea + id: report + attributes: + label: 需要添加的机器、配方的具体细节 + description: "请具体指出需要的内容" + placeholder: "例子: 为神秘的注魔添加配方处理,改成1tick,不消耗源质等。" + validations: + required: true \ No newline at end of file