Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit 4dadd89

Browse files
committed
Add bug report template
1 parent fefd079 commit 4dadd89

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Bug Report
2+
about: Create a bug report for this library.
3+
title: ''
4+
labels: []
5+
issue_body: true
6+
body:
7+
- type: input
8+
attributes:
9+
label: What version of @tailwindcss/jit are you using?
10+
description: 'For example: v0.1.3'
11+
validations:
12+
required: true
13+
- type: input
14+
attributes:
15+
label: What version of Node.js are you using?
16+
description: 'For example: v12.0.0'
17+
validations:
18+
required: true
19+
- type: input
20+
attributes:
21+
label: What browser are you using?
22+
description: 'For example: Chrome, Safari, or N/A'
23+
validations:
24+
required: true
25+
- type: input
26+
attributes:
27+
label: What operating system are you using?
28+
description: 'For example: macOS, Windows'
29+
validations:
30+
required: true
31+
- type: input
32+
attributes:
33+
label: Reproduction repository
34+
description: A public GitHub repo that demonstrates the bug. Use "N/A" if you really think it's unnecessary.
35+
validations:
36+
required: true
37+
- type: markdown
38+
attributes:
39+
value: Describe your issue below, including any important steps to reproduce and what behavior you expect.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

0 commit comments

Comments
 (0)