eslint-plugin-vanilla-extract/.github/ISSUE_TEMPLATE/bug-report.md

81 lines
1.4 KiB
Markdown

---
name: Bug Report
about: Report an issue with the vanilla-extract CSS ESLint plugin
title: "[BUG] Concise descriptive title"
labels: bug, needs-triage
assignees: antebudimir
---
name: Bug Report
about: Report an issue with the vanilla-extract CSS ESLint plugin
title: '[BUG]: '
labels: bug, needs-triage
assignees: ''
## Contribution Checklist
- [ ] I have read documentation and understand the feature
- [ ] I have searched for similar issues before creating this one
- [ ] I have tested this with the latest plugin version
- [ ] I have included all information needed to reproduce the issue
## Bug Description
## Reproduction Steps
1.
2.
3.
## Expected Behavior
## Actual Behavior
## Code Example
```js
// Include a minimal code example that demonstrates the issue
import { style } from '@vanilla-extract/css';
const example = style({
// The problematic CSS properties
});
```
## Environment Information
- Node Version:
- Package Versions:
- ESLint:
- @vanilla-extract/css:
- TypeScript:
- @antebudimir/eslint-plugin-vanilla-extract:
## ESLint Configuration
```js
// Include your relevant ESLint configuration
{
files: [],
ignores: [],
plugins: {
'vanilla-extract': vanillaExtract,
},
rules: {},
}
```
## Screenshots/Videos
## Console Output
## Additional Context
## Impact
- [ ] Blocks critical functionality
- [ ] Produces false positives
- [ ] Misses valid errors
- [ ] Performance issue
- [ ] Other (please specify)