Skip to content

Commit 6618ef0

Browse files
authored
Create 1.bug_report.yml
1 parent bfb5f97 commit 6618ef0

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
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/typography.
3+
title: ''
4+
labels: []
5+
issue_body: true
6+
body:
7+
- type: input
8+
attributes:
9+
label: What version of @tailwindcss/typography are you using?
10+
description: 'For example: v0.4.0'
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 us 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"

0 commit comments

Comments
 (0)