This repository was archived by the owner on Apr 6, 2021. It is now read-only.
File tree 2 files changed +40
-0
lines changed 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
You can’t perform that action at this time.
0 commit comments