We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8476a1 commit d35d7e9Copy full SHA for d35d7e9
1 file changed
.github/ISSUE_TEMPLATE/1-tailwindcss.yml
@@ -43,6 +43,7 @@ body:
43
Provide a minimal reproducible example of the issue.
44
You can either modify the test case before, or provide a link to a Github repro.
45
value: |
46
+ ```tsx
47
const testID = "my-test-id";
48
49
test("my-tailwindcss-bug", () => {
@@ -58,14 +59,7 @@ body:
58
59
}
60
});
61
})
- validations:
62
- required: true
63
- - type: input
64
- id: library-version
65
- attributes:
66
- label: Library version
67
- description: What version of the library are you using?
68
- placeholder: "x.x.x"
+ ```
69
validations:
70
required: true
71
- type: textarea
0 commit comments