copy issue template from jotai

This commit is contained in:
daishi 2023-01-19 19:47:56 +09:00
parent 52e9feb2a5
commit 48c962ce67
2 changed files with 10 additions and 7 deletions

View File

@ -1,6 +1,6 @@
---
name: Bug report
about: Create a report to help us improve
name: Confirmed bug report
about: Create a confirmed bug report. Please open a discussion otherwise.
title: ''
labels: ''
assignees: ''
@ -19,9 +19,12 @@ assignees: ''
Please do not ask questions in issues.
- [ ] I've already opened a [discussion](https://github.com/pmndrs/zustand/discussions) before opening this issue.
- [ ] I've already opened a [discussion](https://github.com/pmndrs/zustand/discussions) before opening this issue, or already discussed in other media.
Please fill this template if you're filling an issue regarding TypeScript.
Please include a minimal reproduction.
- [ ] I've added a link to a [typescript playground](https://www.typescriptlang.org/play) or [codesandbox](https://codesandbox.io) with a minimal reproduction.
Please check this if you're filing 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>(...)`.

View File

@ -1,4 +1,4 @@
contact_links:
- name: Questions and Ideas
- name: Questions, unconfirmed bugs and ideas
url: https://github.com/pmndrs/zustand/discussions/new
about: Please post questions and ideas in discussions
about: Please post questions, unconfirmed bugs and ideas in discussions.