We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc2efa commit 7283a08Copy full SHA for 7283a08
1 file changed
.github/ISSUE_TEMPLATE/feature_request.md
@@ -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