Skip to content

Commit

Permalink
add a discussion template
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Jun 19, 2024
1 parent c1a18e2 commit c0d9e93
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/DISCUSSION_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
labels: ["bug"]
body:
- type: textarea
attributes:
label: Bug Description
description: Describe the bug you encountered
validations:
required: true
- type: checkboxes
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

0 comments on commit c0d9e93

Please sign in to comment.