mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
chore: issue template
This commit is contained in:
parent
b1648f7ea2
commit
18043c12a3
14
.github/DISCUSSION_TEMPLATE/bug-report.yml
vendored
Normal file
14
.github/DISCUSSION_TEMPLATE/bug-report.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
labels: ["bug"]
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Bug Description
|
||||
description: Describe the bug you encountered
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Check List
|
||||
options:
|
||||
- label: I've added a link to a [TypeScript Playground](https://www.typescriptlang.org/play), a [StackBlitz Project](https://stackblitz.com/) or something else with a minimal reproduction.
|
||||
required: true
|
||||
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,30 +1,9 @@
|
||||
---
|
||||
name: Confirmed bug report
|
||||
about: Create a confirmed bug report. Please open a discussion otherwise.
|
||||
name: Assigned issue
|
||||
about: This is to create a new issue that already has an assignee. Please open a new discussion otherwise.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Summary
|
||||
|
||||
|
||||
|
||||
## Link to reproduction
|
||||
|
||||
|
||||
|
||||
## Check List
|
||||
|
||||
Please do not ask questions in issues.
|
||||
|
||||
- [ ] I've already opened a [discussion](https://github.com/pmndrs/zustand/discussions) before opening this issue, or already discussed in other media.
|
||||
|
||||
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 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>(...)`.
|
||||
|
||||
12
.github/ISSUE_TEMPLATE/config.yml
vendored
12
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,4 +1,10 @@
|
||||
contact_links:
|
||||
- name: Questions, unconfirmed bugs and ideas
|
||||
url: https://github.com/pmndrs/zustand/discussions/new
|
||||
about: Please post questions, unconfirmed bugs and ideas in discussions.
|
||||
- name: Bug Reports
|
||||
url: https://github.com/pmndrs/zustand/discussions/new?category=bug-report
|
||||
about: Please post bug reports here.
|
||||
- name: Questions
|
||||
url: https://github.com/pmndrs/zustand/discussions/new?category=q-a
|
||||
about: Please post questions here.
|
||||
- name: Other Discussions
|
||||
url: https://github.com/pmndrs/zustand/discussions/new/choose
|
||||
about: Please post ideas and general discussions here.
|
||||
|
||||
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
@ -1,4 +1,4 @@
|
||||
## Related Issues or Discussions
|
||||
## Related Bug Reports or Discussions
|
||||
|
||||
Fixes #
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user