Skip to content

Commit 240af5a

Browse files
chore: add feature request template
1 parent 4097bab commit 240af5a

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: 💡 Feature Request
2+
description: Suggest a new feature or improvement
3+
labels: ["enhancement"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for the suggestion! Please describe what you'd like to see.
9+
- type: textarea
10+
id: problem
11+
attributes:
12+
label: What problem does this solve?
13+
description: Describe the use case or pain point.
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: solution
18+
attributes:
19+
label: Proposed solution
20+
description: How might we solve it?
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: alternatives
25+
attributes:
26+
label: Alternatives considered
27+
description: Any other approaches you've thought about?
28+
- type: textarea
29+
id: vpdlny-relevance
30+
attributes:
31+
label: VPDLNY relevance
32+
description: How does this help vulnerable people, OSINT researchers, or independent journalists? (Optional but appreciated.)

0 commit comments

Comments
 (0)