From acefd8de2770dd135549681c9a2d98db8b528cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E9=A3=8E?= Date: Wed, 27 Apr 2022 16:24:27 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/custom.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/readme-first.md | 23 +++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/custom.md create mode 100644 .github/ISSUE_TEMPLATE/readme-first.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 00000000..48d5f81f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/readme-first.md b/.github/ISSUE_TEMPLATE/readme-first.md new file mode 100644 index 00000000..3b097c3e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/readme-first.md @@ -0,0 +1,23 @@ +--- +name: Readme First +about: Issues is bug report only +title: '' +labels: '' +assignees: '' + +--- + +The **Issues** is for bug report only. + +Goto **Discussions** for feature request , questions, etc. + +**Update to master branch HEAD first**, and + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior. + +**Additional context** +Add any other context about the problem here.