From cabd3584006b6417d893a9aa682f5bb5f5bd013e Mon Sep 17 00:00:00 2001 From: nikspz Date: Wed, 13 Sep 2023 22:29:06 +0800 Subject: [PATCH] adding-bug-template --- .github/ISSUE_TEMPLATE/bug_report.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e69de29..350397e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,24 @@ +name: Bug Report +description: Create a bug report to help us improve +title: "Bug Report" +labels: bug +body: + - type: textarea + id: what-happened + attributes: + label: Describe the bug + description: A clear and concise description of the bug or issue. + placeholder: Tell us what happened? Please make sure to add all screenshots and error message to help us investigate. + validations: + required: true + - type: textarea + id: reproduce + attributes: + label: Steps to reproduce bug + placeholder: Exact steps to reproduce the buggy behavior + value: | + 1. + 2. + 3. + validations: + required: true \ No newline at end of file