Skip to content

Commit

Permalink
build: new issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
manchuck committed Nov 12, 2023
1 parent a857d96 commit 6844fdb
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE/NEW-ISSUE.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug", "Triage"]
assignees: ["manchuck", "pardel", "dragonmantank"]
body:
- type: dropdown
id: node_version
attributes:
label: Node Version
description: What version of NodeJS are you using?
options:
- 16.x
- 18.x
- 20.x
- 21.x
validations:
required: true
- type: dropdown
id: platform
attributes:
label: Platform
description: What is the platform you are having the issue on?
multiple: true
options:
- "Windows"
- "Linux"
- "Mac (intel)"
- "Mac (Apple Silcon)"
- "Docker Container"
validations:
required: true
- type: input
id: sdk_version
attributes:
label: SDK Version
description: What version of the SDK are you using?
placeholder: 3.10.0
validations:
required: true
- type: textarea
id: code_sample
attributes:
label: Code Sample
description: Please provide a sample of the code
validations:
required: true
- type: textarea
id: expected_behavior
attributes:
label: Expected Behavior
description: Please provide a brief description of what you wanted to
happen
validations:
required: true
- type: textarea
id: actual_behavior
attributes:
label: Actual Behavior
description: Please provide a brief description of what happened
validations:
required: true
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
blank_issues_enabled: false

0 comments on commit 6844fdb

Please sign in to comment.