Skip to content

Commit

Permalink
chore: add bug report issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
code-xhyun committed May 3, 2024
1 parent 3139103 commit 1324924
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Bug report
description: Create a bug report for the Pulse library.
labels: []
body:
- type: markdown
attributes:
value: |
This template is to report bugs for the Pulse library.
- type: textarea
attributes:
label: Description
description: A detailed description of the bug you are encountering with the Pulse library, and how other people can reproduce it.
placeholder: |
Reproduction steps...
validations:
required: true
- type: textarea
attributes:
label: Code example
description: Provide an example code snippet that has the problem
- type: textarea
attributes:
label: Additional context
description: |
Any extra information that might help us investigate.(e.g. version of Pulse, MongoDB, Node.js, etc.)

0 comments on commit 1324924

Please sign in to comment.