Skip to content

Commit

Permalink
[doc] Update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Sep 9, 2021
1 parent 72296e5 commit f871195
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 41 deletions.
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
41 changes: 0 additions & 41 deletions .github/issue_template.md

This file was deleted.

0 comments on commit f871195

Please sign in to comment.