chore 📝: add bug and feature request templates

This commit is contained in:
Ante 2025-03-12 07:13:26 +00:00 committed by Ante Budimir
parent cd4314dc53
commit f346002fb0
6 changed files with 142 additions and 3 deletions

View 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: