Skip to content

Commit 6b56c19

Browse files
authored
Update issue templates (#92)
1 parent be8c052 commit 6b56c19

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Bug report
3+
about: Report a Bug
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
<!-- NOTE: Issues should only be used for actual issues. Any feature requests or general feedback should be raised in [Github Discussions](https://github.com/seek-oss/vanilla-extract/discussions) -->
10+
11+
### Describe the bug
12+
<!-- A clear and concise description of what the bug is, including any error message that were displayed. -->
13+
14+
### Link to reproduction
15+
<!-- Add a link to a repo or codesandbox showcasing the issue. Issues without a reproduction will likely be closed without action. -->
16+
17+
### System Info
18+
19+
Output of `npx envinfo --system --npmPackages @vanilla-extract/css,@vanilla-extract/webpack-plugin,@vanilla-extract/esbuild-plugin,@vanilla-extract/vite-plugin,@vanilla-extract/sprinkles,webpack,esbuild,vite --binaries --browsers`:
20+
21+
```node
22+
23+
```

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ dist
55
CHANGELOG.md
66
.yarn/
77
README.md
8-
.yarnrc.yml
8+
.yarnrc.yml
9+
.github/ISSUE_TEMPLATE

0 commit comments

Comments
 (0)