-
-
Notifications
You must be signed in to change notification settings - Fork 614
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
26 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +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/jotai/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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
contact_links: | ||
- name: Questions, unconfirmed bugs and ideas | ||
url: https://github.com/pmndrs/jotai/discussions/new | ||
about: Please post questions, unconfirmed bugs and ideas in discussions. | ||
- name: Bug Reports | ||
url: https://github.com/pmndrs/jotai/discussions/new?category=bug-report | ||
about: Please post bug reports here. | ||
- name: Questions | ||
url: https://github.com/pmndrs/jotai/discussions/new?category=q-a | ||
about: Please post questions here. | ||
- name: Other Discussions | ||
url: https://github.com/pmndrs/jotai/discussions/new/choose | ||
about: Please post ideas and general discussions here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## Related Issues or Discussions | ||
## Related Bug Reports or Discussions | ||
|
||
Fixes # | ||
|
||
|