You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,26 @@ body:
8
8
Before submitting, please [search and confirm](https://github.com/TrueNine/memory-sync/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) that the idea does not yet exist. Duplicate requests may be closed.
9
9
10
10
---
11
+
- type: checkboxes
12
+
id: confirm
13
+
attributes:
14
+
label: Before opening, please confirm
15
+
options:
16
+
- label: I searched for an existing request or discussion first
17
+
required: true
18
+
- type: dropdown
19
+
id: area
20
+
attributes:
21
+
label: Affected area
22
+
description: Choose the closest part of the product
23
+
options:
24
+
- CLI (tnmsc)
25
+
- Shared Rust / N-API libraries
26
+
- GUI (Tauri app)
27
+
- Docs or onboarding
28
+
- Multiple / unsure
29
+
validations:
30
+
required: true
11
31
- type: textarea
12
32
id: feature-description
13
33
attributes:
@@ -24,6 +44,14 @@ body:
24
44
placeholder: "Concrete examples: which target (Cursor/Kiro/Warp/…), which input source, typical workflow."
25
45
validations:
26
46
required: true
47
+
- type: textarea
48
+
id: current-workaround
49
+
attributes:
50
+
label: Current workaround
51
+
description: If you already have a manual workaround, describe it
52
+
placeholder: "Explain how you are handling this today, and what is still painful."
0 commit comments