mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
chore: discussion template
This commit is contained in:
parent
2af0218012
commit
7e15364dea
13
.github/DISCUSSION_TEMPLATE/bug-report.yml
vendored
13
.github/DISCUSSION_TEMPLATE/bug-report.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user