File tree 3 files changed +54
-1
lines changed
3 files changed +54
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : Bug Report
2
+ description : Create a bug report for @tailwindcss/forms.
3
+ title : ' '
4
+ labels : []
5
+ issue_body : true
6
+ body :
7
+ - type : input
8
+ attributes :
9
+ label : What version of @tailwindcss/forms are you using?
10
+ description : ' For example: v0.1.4'
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. If it's really unnecessary, link me to a YouTube video you think is awesome instead.
35
+ validations :
36
+ required : true
37
+ - type : markdown
38
+ attributes :
39
+ value : " ## Describe your issue\n Describe the problem you're seeing, any important steps to reproduce and what behavior you expect instead"
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
2
+ contact_links :
3
+ - name : Feature Request
4
+ url : https://github.com/tailwindlabs/tailwindcss/discussions/new?category=ideas
5
+ about : ' Suggest any ideas you have using our discussion forums.'
6
+ - name : Help
7
+ url : https://github.com/tailwindlabs/tailwindcss/discussions/new?category=help
8
+ about : ' If you have a question or need help, ask a question on the discussion forums.'
9
+ - name : Kind Words
10
+ url : https://github.com/tailwindlabs/tailwindcss/discussions/new?category=kind-words
11
+ about : " Have something nice to say about @tailwindcss/forms or Tailwind CSS in general? We'd love to hear it!"
Original file line number Diff line number Diff line change 16
16
"scripts" : {
17
17
"prepublishOnly" : " node scripts/build.js"
18
18
},
19
+ "peerDependencies" : {
20
+ "tailwindcss" :" >=2.0.0"
21
+ },
19
22
"devDependencies" : {
20
23
"autoprefixer" : " ^10.0.2" ,
21
24
"clean-css" : " ^4.2.1" ,
22
25
"postcss" : " ^8.1.7" ,
23
- "tailwindcss" : " ^2.0.0-alpha.23 "
26
+ "tailwindcss" : " ^2.0.3 "
24
27
},
25
28
"dependencies" : {
26
29
"mini-svg-data-uri" : " ^1.2.3"
You can’t perform that action at this time.
0 commit comments