-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add bug report issue template
- Loading branch information
1 parent
3139103
commit 1324924
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.) |