From 0109285f2521741365db21af704247ad9bafe703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=87=E6=B7=BC=EF=BC=88piexlmax?= Date: Wed, 8 Sep 2021 15:30:33 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/----bug.md | 38 +++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/----bug.md diff --git a/.github/ISSUE_TEMPLATE/----bug.md b/.github/ISSUE_TEMPLATE/----bug.md new file mode 100644 index 00000000..b4a31890 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----bug.md @@ -0,0 +1,38 @@ +--- +name: 提交一个bug +about: 如果您发现了bug可以在这里告诉我们 +title: '' +labels: bug +assignees: piexlmax, SliverHorn, songzhibin97 + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here.