Skip to content

Commit

Permalink
Merge branch 'pmndrs:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Qun authored Jun 20, 2024
2 parents 53df964 + 85ee54d commit 479416a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 24 deletions.
14 changes: 14 additions & 0 deletions .github/DISCUSSION_TEMPLATE/bug-report.yml
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
21 changes: 2 additions & 19 deletions .github/ISSUE_TEMPLATE/bug_report.md
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/valtio/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.
12 changes: 9 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
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/valtio/discussions/new
about: Please post questions, unconfirmed bugs and ideas in discussions.
- name: Bug Reports
url: https://github.com/pmndrs/valtio/discussions/new?category=bug-report
about: Please post bug reports here.
- name: Questions
url: https://github.com/pmndrs/valtio/discussions/new?category=q-a
about: Please post questions here.
- name: Other Discussions
url: https://github.com/pmndrs/valtio/discussions/new/choose
about: Please post ideas and general discussions here.
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Related Issues or Discussions
## Related Bug Reports or Discussions

Fixes #

Expand All @@ -8,4 +8,4 @@ Fixes #

## Check List

- [ ] `yarn run prettier` for formatting code and docs
- [ ] `pnpm run prettier` for formatting code and docs

0 comments on commit 479416a

Please sign in to comment.