Skip to content

Commit 18043c1

Browse files
committed
chore: issue template
1 parent b1648f7 commit 18043c1

File tree

4 files changed

+26
-27
lines changed

4 files changed

+26
-27
lines changed
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
labels: ["bug"]
2+
body:
3+
- type: textarea
4+
attributes:
5+
label: Bug Description
6+
description: Describe the bug you encountered
7+
validations:
8+
required: true
9+
- type: checkboxes
10+
attributes:
11+
label: Check List
12+
options:
13+
- 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.
14+
required: true

.github/ISSUE_TEMPLATE/bug_report.md

+2-23
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,9 @@
11
---
2-
name: Confirmed bug report
3-
about: Create a confirmed bug report. Please open a discussion otherwise.
2+
name: Assigned issue
3+
about: This is to create a new issue that already has an assignee. Please open a new discussion otherwise.
44
title: ''
55
labels: ''
66
assignees: ''
77

88
---
99

10-
## Summary
11-
12-
13-
14-
## Link to reproduction
15-
16-
17-
18-
## Check List
19-
20-
Please do not ask questions in issues.
21-
22-
- [ ] I've already opened a [discussion](https://github.com/pmndrs/zustand/discussions) before opening this issue, or already discussed in other media.
23-
24-
Please include a minimal reproduction.
25-
26-
- [ ] I've added a link to a [typescript playground](https://www.typescriptlang.org/play) or [codesandbox](https://codesandbox.io) with a minimal reproduction.
27-
28-
Please check this if you're filing an issue regarding TypeScript.
29-
30-
- [ ] 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>(...)`.

.github/ISSUE_TEMPLATE/config.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
contact_links:
2-
- name: Questions, unconfirmed bugs and ideas
3-
url: https://github.com/pmndrs/zustand/discussions/new
4-
about: Please post questions, unconfirmed bugs and ideas in discussions.
2+
- name: Bug Reports
3+
url: https://github.com/pmndrs/zustand/discussions/new?category=bug-report
4+
about: Please post bug reports here.
5+
- name: Questions
6+
url: https://github.com/pmndrs/zustand/discussions/new?category=q-a
7+
about: Please post questions here.
8+
- name: Other Discussions
9+
url: https://github.com/pmndrs/zustand/discussions/new/choose
10+
about: Please post ideas and general discussions here.

.github/pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Related Issues or Discussions
1+
## Related Bug Reports or Discussions
22

33
Fixes #
44

0 commit comments

Comments
 (0)