name: Feature Request
description: Suggest a new feature or enhancement for Notepad++ MCP Server
title: "[FEATURE] "
labels: ["enhancement", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for suggesting a new feature! Please fill out the form below to help us understand your idea.
- type: textarea
id: problem
attributes:
label: Problem/Use Case
description: What's the problem you're trying to solve? What use case would this feature address?
placeholder: Describe the problem or use case that this feature would solve.
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: Describe your proposed solution
placeholder: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternative Solutions
description: Have you considered any alternative solutions or workarounds?
placeholder: Describe any alternative solutions or features you've considered.
- type: textarea
id: implementation
attributes:
label: Implementation Ideas
description: Do you have any ideas about how this could be implemented?
placeholder: Any technical details or implementation suggestions would be helpful.
- type: dropdown
id: priority
attributes:
label: Priority
description: How important is this feature to you?
options:
- Nice to have
- Would be helpful
- Important for my workflow
- Critical/blocking my work
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: Add any other context, screenshots, or examples
placeholder: Any additional information, screenshots, or examples that would help illustrate your feature request.