chore: add issue template (#1411)

This commit is contained in:
Daishi Kato 2022-11-05 13:02:34 +09:00 committed by GitHub
parent ea8415b98d
commit 8329bbfa5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>(...)`.