From 862d08ef277ee98702044bf04f0705e7a426c883 Mon Sep 17 00:00:00 2001 From: "whale.4113" Date: Tue, 14 Jan 2025 04:59:30 +0000 Subject: [PATCH] feat: add bug report template --- .github/ISSUE_TEMPLATE/bug.md | 41 +++++++++++++++++++++++++++++++++++ 1 file changed, 41 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 0000000..dbec5ed --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,41 @@ +--- +name: "\U0001F6A8 Bug Report" +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' +--- + +**Description** + +A clear and concise description of what the bug is. + +**Recording** + +A GIF or video showing the issue happening. (If you don't include this, there's a very good chance your issue will be closed, because it's much too hard to figure out exactly what is going wrong, and it makes maintenance much harder.) + +**Example Document** + +A link to a Lark Document where the error can be reproduced. (Please ensure that the documentation is publicly accessible.) + +**Steps** + +To reproduce the behavior: + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expectation** + +A clear and concise description of what you expected to happen. + +**Environment** + +- Extension Version: [e.g. 1.0.0] +- Browser: [e.g. Chrome, Edge] + +**Context** + +Add any other context about the problem here. (The fastest way to have an issue fixed is to create a pull request with working, tested code and we'll help merge it.)