Skip to content

Commit 544cd9f

Browse files
committed
Add a feedback issue template and link to Discussions
1 parent fbbe286 commit 544cd9f

2 files changed

Lines changed: 58 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Discussions (general feedback & questions)
4+
url: https://github.com/voidstackloop/modelforge/discussions
5+
about: Prefer a more casual back-and-forth instead of a formal issue? Start a thread here.
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
name: General feedback
2+
description: Tried Modelforge and have thoughts? Tell me what worked, what didn't, and what confused you — this is the easiest way to help shape where it goes next.
3+
title: "[Feedback] "
4+
labels: ["feedback"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
No pressure to be thorough — even "the model dropdown was confusing" is genuinely useful. Fill in whatever applies.
10+
11+
- type: textarea
12+
id: what-you-tried
13+
attributes:
14+
label: What did you try?
15+
description: Basic chat, Agent mode, a specific provider, attachments, projects — whatever you actually used.
16+
placeholder: e.g. "Installed on Windows, chatted with a local Llama model, then tried Agent mode on a small folder."
17+
validations:
18+
required: false
19+
20+
- type: textarea
21+
id: what-worked
22+
attributes:
23+
label: What worked well?
24+
validations:
25+
required: false
26+
27+
- type: textarea
28+
id: what-didnt
29+
attributes:
30+
label: What was confusing, broken, or missing?
31+
description: Screenshots, error messages, or the "Copy diagnostic info" output from Settings are all welcome here.
32+
validations:
33+
required: false
34+
35+
- type: dropdown
36+
id: platform
37+
attributes:
38+
label: Platform
39+
options:
40+
- Windows
41+
- macOS (Intel)
42+
- macOS (Apple Silicon)
43+
- Linux
44+
- Built from source
45+
validations:
46+
required: false
47+
48+
- type: textarea
49+
id: anything-else
50+
attributes:
51+
label: Anything else?
52+
validations:
53+
required: false

0 commit comments

Comments
 (0)