File tree Expand file tree Collapse file tree 2 files changed +55
-0
lines changed Expand file tree Collapse file tree 2 files changed +55
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Bug Report
2
+ description : Create a bug report for Headless UI.
3
+ title : ' '
4
+ labels : []
5
+ issue_body : true
6
+ body :
7
+ - type : input
8
+ attributes :
9
+ label : What package within Headless UI are you using?
10
+ description : ' For example: @headlessui/react'
11
+ validations :
12
+ required : true
13
+ - type : input
14
+ attributes :
15
+ label : What version of that package are you using?
16
+ description : ' For example: v0.3.1'
17
+ validations :
18
+ required : true
19
+ - type : input
20
+ attributes :
21
+ label : What version of Node.js are you using?
22
+ description : ' For example: v12.0.0'
23
+ validations :
24
+ required : true - type: input
25
+ attributes :
26
+ label : What browser are you using?
27
+ description : ' For example: Chrome, Safari, or N/A'
28
+ validations :
29
+ required : true
30
+ - type : input
31
+ attributes :
32
+ label : What operating system are you using?
33
+ description : ' For example: macOS, Windows'
34
+ validations :
35
+ required : true
36
+ - type : input
37
+ attributes :
38
+ label : Reproduction repository
39
+ description : A public GitHub repo that demonstrates the bug. If it's really unnecessary, link us to a YouTube video you think is awesome instead.
40
+ validations :
41
+ required : true
42
+ - type : markdown
43
+ attributes :
44
+ 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 Headless UI or Tailwind in general? We'd love to hear it!"
You can’t perform that action at this time.
0 commit comments