Files
socraticode/.github/ISSUE_TEMPLATE/feature_request.yml
2026-02-28 17:06:21 +00:00

67 lines
1.7 KiB
YAML

name: Feature Request
description: Suggest a new feature or improvement
title: "[Feature]: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thank you for suggesting an improvement! Please describe what you'd like and why it would be useful.
- type: textarea
id: problem
attributes:
label: Problem or motivation
description: What problem does this solve? Is this related to a frustration with the current behavior?
placeholder: I'm always frustrated when...
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed solution
description: Describe the feature or change you'd like to see.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives considered
description: Have you considered any alternative approaches or workarounds?
- type: dropdown
id: area
attributes:
label: Area
description: Which part of SocratiCode does this relate to?
multiple: true
options:
- Indexing
- Search
- Code graph
- Context artifacts
- Docker / infrastructure
- Embedding providers
- MCP tools / API
- Documentation
- Testing
- Other
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional context
description: Any other context, screenshots, mockups, or references.
- type: checkboxes
id: terms
attributes:
label: Checklist
options:
- label: I have searched existing issues and this hasn't been requested before
required: true