mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
chore: add issue template (#1411)
This commit is contained in:
parent
ea8415b98d
commit
8329bbfa5f
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -7,4 +7,21 @@ assignees: ''
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Link to reproduction
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Check List
|
||||||
|
|
||||||
|
Please do not ask questions in issues.
|
||||||
|
|
||||||
|
- [ ] I understand this is not a question.
|
||||||
|
|
||||||
|
Please fill this template if you're filling an issue regarding TypeScript.
|
||||||
|
|
||||||
|
- [ ] I've added a link to a [typescript playground](https://www.typescriptlang.org/play) or [codesandbox](https://codesandbox.io) with a minimal reproduction. Or some other way of reproduction if these two don't suffice.
|
||||||
|
- [ ] I've read the [typescript guide](https://github.com/pmndrs/zustand/blob/main/docs/guides/typescript.md), in particular that `create` is to be used as `create<T>()(...)` and not `create<T>(...)`.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user