diff --git a/.github/ISSUE_TEMPLATE/001-report-bug b/.github/ISSUE_TEMPLATE/001-report-bug new file mode 100644 index 0000000..bf8668a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/001-report-bug @@ -0,0 +1,20 @@ +name: 汇报一个Bug +description: "汇报一个Bug" +labels: "bug" +body: +- type: input + id: version + attributes: + label: 你的整合包版本 + description: 不同版本的整合包或许一点差异 + placeholder: "例如: 2.5.1" + validations: + required: true + +- type: textarea + id: report + attributes: + label: Bug的具体细节 + description: "请具体描述BUg的具体细节" + validations: + required: true