mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
* chore: enhance prettier config * chore: fix prettier issues * Update package.json --------- Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
18 lines
588 B
YAML
18 lines
588 B
YAML
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: input
|
|
attributes:
|
|
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
|