Skip to content

Commit

Permalink
chore: discussion template
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Jun 22, 2024
1 parent 85ee54d commit a670b00
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/DISCUSSION_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
labels: ["bug"]
body:
- type: markdown
attributes:
value: If you don't have a reproduction link, please choose a different category.
- type: textarea
attributes:
label: Bug Description
description: Describe the bug you encountered
validations:
required: true
- type: checkboxes
- type: input
attributes:
label: Check List
options:
- label: I've added a link to a [TypeScript Playground](https://www.typescriptlang.org/play), a [StackBlitz Project](https://stackblitz.com/) or something else with a minimal reproduction.
required: true
label: Reproduction Link
description: A link to a [TypeScript Playground](https://www.typescriptlang.org/play), a [StackBlitz Project](https://stackblitz.com/) or something else with a minimal reproduction.
validations:
required: true

0 comments on commit a670b00

Please sign in to comment.