From 39988a49cfd3b3939ee7efa0a6e92e2160674d89 Mon Sep 17 00:00:00 2001 From: hrxiang Date: Tue, 4 Jan 2022 15:23:53 +0800 Subject: [PATCH] Add bug template --- .github/ISSUE_TEMPLATE/bug-report.md | 45 ++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..4976f9a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,45 @@ +--- +name: Bug report (BUG模板) +about: Create a bug report helping us fix it. (创建一个 BUG 报告以帮助我们进行修复) +title: "[BUG] Error with something" +labels: await investigate, bug + +--- + +**Describe the bug** + + +**How to reproduce** + + +Steps to reproduce the behavior: + + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. Error occurred. + +**Expected behavior** + + +**Screenshots (If contains)** + + +**Version information** + +- Device: [e.g. iPhone X] +- OS: [e.g. iOS 14.7.1] +- Package Version: [e.g. 2.4.1] +- Flutter Version: [e.g. v2.5.0] + +**Additional context** +