feature_request.yml•1.72 kB
name: Feature Request
description: Suggest an idea for DocuMCP
title: '[Feature]: '
labels: ['enhancement', 'needs-triage']
body:
- type: markdown
attributes:
value: |
We love feature requests! Please provide as much detail as possible.
- type: textarea
id: problem
attributes:
label: Problem Statement
description: Is your feature request related to a problem? Please describe.
placeholder: I'm always frustrated when...
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: Describe the solution you'd like
placeholder: I would like to see...
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Describe any alternative solutions or features you've considered
placeholder: I also considered...
validations:
required: false
- type: dropdown
id: component
attributes:
label: Component
description: Which component would this affect?
options:
- Repository Analysis
- SSG Recommendation
- Config Generation
- Structure Setup
- Deployment
- Verification
- MCP Server
- Documentation
- Testing
- Other
validations:
required: true
- type: dropdown
id: priority
attributes:
label: Priority
description: How important is this feature to you?
options:
- Low - Nice to have
- Medium - Would improve workflow
- High - Blocking or significantly impacting work
validations:
required: true