From a3bc5a2923af4729c4a5a07790437eacded1ba85 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Mon, 29 Aug 2022 17:11:43 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/others.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/others.md diff --git a/.github/ISSUE_TEMPLATE/others.md b/.github/ISSUE_TEMPLATE/others.md new file mode 100644 index 00000000..edfe14eb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/others.md @@ -0,0 +1,32 @@ +--- +name: Others +about: Report any other non-support related issues. +title: '' +labels: '' +assignees: '' + +--- + +name: 🧩 其他 Others +description: 提出其他问题。 Report any other non-support related issues. +labels: + +body: +- type: markdown + attributes: + value: > + #### 你可以在这里提出任何前面几类模板不适用的问题,包括但不限于:优化性建议、框架使用体验反馈、版本兼容性问题、报错信息不清楚等。 + + #### You can report any issues that are not applicable to the previous types of templates, including but not limited to: enhancement suggestions, feedback on the use of the framework, version compatibility issues, unclear error information, etc. + +- type: textarea + id: others + attributes: + label: 问题描述 Please describe your issue + validations: + required: true + +- type: markdown + attributes: + value: > + 感谢你的贡献 🎉! Thanks for your contribution 🎉!