mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
copy issue template from jotai
This commit is contained in:
parent
52e9feb2a5
commit
48c962ce67
13
.github/ISSUE_TEMPLATE/bug_report.md
vendored
13
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -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>(...)`.
|
||||
|
||||
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user