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.