Skip to content

Commit 1860376

Browse files
Merge branch 'master' into master
2 parents b64c416 + ef12718 commit 1860376

3 files changed

Lines changed: 108 additions & 270 deletions

File tree

.github/ ISSUE_TEMPLATE/config.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
blank_issues_enabled: false
22

33
contact_links:
4-
- name: 💬 Discussions
5-
url: https://github.com/USERNAME/REPO/discussions
6-
about: Ask questions or start discussions here
4+
- name: 💬 GitHub Discussions
5+
url: https://github.com/NexGenStudioDev/LocalMind/discussions
6+
about: |
7+
Ask questions, share ideas, or start a discussion with the community.
78
89
- name: 📖 Documentation
9-
url: https://github.com/USERNAME/REPO/wiki
10-
about: Check the documentation before opening an issue
10+
url: https://github.com/NexGenStudioDev/LocalMind/wiki
11+
about: |
12+
Please check the documentation before opening an issue.
13+
14+
- name: 🚀 Feature Requests
15+
url: https://github.com/NexGenStudioDev/LocalMind/discussions/categories/ideas
16+
about: |
17+
Have an idea or improvement? Propose it in the Ideas category.
Lines changed: 36 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,71 @@
11
name: ✨ Feature Request
2-
description: Suggest an idea or improvement
3-
title: '[Feature]: '
4-
labels: ['enhancement']
2+
description: Suggest a new feature or improvement for this project
3+
title: "[Feature]: "
4+
labels:
5+
- enhancement
56
assignees: []
67

78
body:
89
- type: markdown
910
attributes:
1011
value: |
11-
Have an idea? We'd love to hear it!
12+
🚀 **Thanks for taking the time to suggest a feature!**
13+
Please fill out the form below so we can properly evaluate your idea.
1214
1315
- type: textarea
14-
id: problem
16+
id: problem_statement
1517
attributes:
16-
label: Problem Statement
17-
description: What problem does this feature solve?
18-
placeholder: I'm frustrated when...
18+
label: 🧩 Problem Statement
19+
description: Clearly describe the problem or limitation you are facing.
20+
placeholder: I’m facing an issue when...
1921
validations:
2022
required: true
2123

2224
- type: textarea
23-
id: solution
25+
id: proposed_solution
2426
attributes:
25-
label: Proposed Solution
26-
description: Describe the solution you'd like.
27+
label: 💡 Proposed Solution
28+
description: Describe the feature or improvement you would like to see.
29+
placeholder: A possible solution would be...
2730
validations:
2831
required: true
2932

3033
- type: textarea
31-
id: alternatives
34+
id: alternatives_considered
3235
attributes:
33-
label: Alternatives Considered
34-
description: Any alternative solutions you've thought about?
36+
label: 🔄 Alternatives Considered
37+
description: List any alternative solutions or features you have considered.
38+
placeholder: Other approaches could be...
3539
validations:
36-
required: false
40+
required: true
3741

3842
- type: dropdown
3943
id: priority
4044
attributes:
41-
label: Priority
45+
label: ⚡ Priority
46+
description: How important is this feature to you?
4247
options:
4348
- Low
4449
- Medium
4550
- High
51+
- Critical
4652
validations:
4753
required: true
4854

4955
- type: textarea
50-
id: additional
56+
id: additional_context
5157
attributes:
52-
label: Additional Context
53-
description: Any other context or screenshots?
58+
label: 📎 Additional Context
59+
description: Add mockups, screenshots, links, or any extra context.
60+
placeholder: Screenshots, diagrams, references, etc.
5461
validations:
55-
required: false
62+
required: true
63+
64+
- type: checkboxes
65+
id: confirmation
66+
attributes:
67+
label: ✔️ Confirmation
68+
description: Please confirm before submitting.
69+
options:
70+
- label: I have searched existing issues and this feature has not been requested before.
71+
required: true

0 commit comments

Comments
 (0)