Skip to content

Commit

Permalink
feat: add bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
whale4113 committed Jan 14, 2025
1 parent a8e7673 commit 862d08e
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -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.)

0 comments on commit 862d08e

Please sign in to comment.