mirror of
https://github.com/antebudimir/eslint-plugin-vanilla-extract.git
synced 2026-01-01 09:23:31 +00:00
chore 📝: add bug and feature request templates
This commit is contained in:
parent
cd4314dc53
commit
f346002fb0
6 changed files with 142 additions and 3 deletions
46
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
46
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
---
|
||||
name: Feature Request
|
||||
about: Suggest an enhancement for the vanilla-extract CSS ESLint plugin
|
||||
title: "[FEATURE]: Add concise descriptive title"
|
||||
labels: enhancement, needs-triage
|
||||
assignees: antebudimir
|
||||
|
||||
---
|
||||
|
||||
## Contribution Checklist
|
||||
|
||||
- [ ] I've confirmed that this feature isn't already implemented
|
||||
- [ ] I've searched for similar feature requests before creating this one
|
||||
- [ ] I've checked that this feature aligns with the project's goals
|
||||
- [ ] I've considered how this would benefit the broader community
|
||||
|
||||
## Problem Statement
|
||||
|
||||
## Proposed Solution
|
||||
|
||||
```js
|
||||
// Example of how the feature might work
|
||||
import { style } from '@vanilla-extract/css';
|
||||
|
||||
const example = style({
|
||||
// How your proposed feature would improve this code
|
||||
});
|
||||
```
|
||||
|
||||
## Expected Behavior
|
||||
|
||||
## Alternatives Considered
|
||||
|
||||
## Implementation Ideas
|
||||
|
||||
## Use Cases
|
||||
|
||||
## Additional Context
|
||||
|
||||
## Environment Information
|
||||
|
||||
- Node Version:
|
||||
- Package Versions:
|
||||
- ESLint:
|
||||
- @vanilla-extract/css:
|
||||
- TypeScript:
|
||||
Loading…
Add table
Add a link
Reference in a new issue