Skip to content

Commit d35d7e9

Browse files
authored
chore: adjustments to the TailwindCSS issue template (#181)
1 parent f8476a1 commit d35d7e9

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/ISSUE_TEMPLATE/1-tailwindcss.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ body:
4343
Provide a minimal reproducible example of the issue.
4444
You can either modify the test case before, or provide a link to a Github repro.
4545
value: |
46+
```tsx
4647
const testID = "my-test-id";
4748
4849
test("my-tailwindcss-bug", () => {
@@ -58,14 +59,7 @@ body:
5859
}
5960
});
6061
})
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"
62+
```
6963
validations:
7064
required: true
7165
- type: textarea

0 commit comments

Comments
 (0)