Skip to content

Commit 2635e54

Browse files
committed
2 parents e84f83f + 5949718 commit 2635e54

File tree

3 files changed

+54
-1
lines changed

3 files changed

+54
-1
lines changed
+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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\nDescribe the problem you're seeing, any important steps to reproduce and what behavior you expect instead"

.github/ISSUE_TEMPLATE/config.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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!"

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@
1616
"scripts": {
1717
"prepublishOnly": "node scripts/build.js"
1818
},
19+
"peerDependencies": {
20+
"tailwindcss":">=2.0.0"
21+
},
1922
"devDependencies": {
2023
"autoprefixer": "^10.0.2",
2124
"clean-css": "^4.2.1",
2225
"postcss": "^8.1.7",
23-
"tailwindcss": "^2.0.0-alpha.23"
26+
"tailwindcss": "^2.0.3"
2427
},
2528
"dependencies": {
2629
"mini-svg-data-uri": "^1.2.3"

0 commit comments

Comments
 (0)