Skip to content

Commit 7283a08

Browse files
chore: add feature request issue template
Co-Authored-By: Paperclip <noreply@paperclip.ing>
1 parent cfc2efa commit 7283a08

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea or improvement
4+
title: 'feat: '
5+
labels: enhancement
6+
assignees: ''
7+
---
8+
9+
## What problem does this solve?
10+
11+
<!-- Describe the problem or limitation you're running into. -->
12+
13+
## Proposed solution
14+
15+
<!-- How would you like this to work? Be as specific as you can. -->
16+
17+
## Example usage
18+
19+
```yaml
20+
# Show what a structkit.yaml using this feature might look like
21+
```
22+
23+
```bash
24+
# Or the CLI command you'd expect
25+
structkit ...
26+
```
27+
28+
## Alternatives considered
29+
30+
<!-- Have you tried any workarounds? Other tools that do this? -->
31+
32+
## Additional context
33+
34+
<!-- Links, screenshots, or related issues. -->

0 commit comments

Comments
 (0)