-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
49 additions
and
41 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,48 @@ | ||
name: 'Bug report' | ||
description: Create a bug report | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for reporting an issue. | ||
This issue tracker is for bugs and issues found in ws. | ||
General support questions should be raised on a channel like Stack Overflow. | ||
Please fill in as much of the template below as you're able. | ||
- type: checkboxes | ||
attributes: | ||
options: | ||
- label: | ||
I've searched for any related issues and avoided creating a | ||
duplicate issue. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: | ||
Description of the bug or feature, preferably a simple code snippet that | ||
can be run directly without installing third-party dependencies. | ||
- type: input | ||
attributes: | ||
label: ws version | ||
- type: input | ||
attributes: | ||
label: Node.js Version | ||
description: Output of `node -v`. | ||
- type: textarea | ||
attributes: | ||
label: System | ||
description: Output of `npx envinfo --system`. | ||
- type: textarea | ||
attributes: | ||
label: Expected result | ||
description: What you expected to happen. | ||
- type: textarea | ||
attributes: | ||
label: Actual result | ||
description: What actually happened. | ||
- type: textarea | ||
attributes: | ||
label: Attachments | ||
description: Logs, screenshots, screencast, etc. |
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 @@ | ||
blank_issues_enabled: false |
This file was deleted.
Oops, something went wrong.