Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/ISSUE_TEMPLATE/1-tailwindcss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ body:
Provide a minimal reproducible example of the issue.
You can either modify the test case before, or provide a link to a Github repro.
value: |
```tsx
const testID = "my-test-id";

Copy link

Copilot AI Sep 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The removal of the library version input field may make it harder for maintainers to triage issues, as version information is crucial for bug reports. Consider keeping this field or ensure the environment info section captures library version details adequately.

Copilot uses AI. Check for mistakes.
test("my-tailwindcss-bug", () => {
Expand All @@ -58,14 +59,7 @@ body:
}
});
})
validations:
required: true
- type: input
id: library-version
attributes:
label: Library version
description: What version of the library are you using?
placeholder: "x.x.x"
```
validations:
required: true
- type: textarea
Expand Down