name: ✨ Feature Request
description: Suggest a new feature or enhancement
title: "[Feature]: "
labels: ["enhancement", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for suggesting a feature! 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 be able to...
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: category
attributes:
label: Feature Category
description: What category does this feature fall into?
options:
- Performance Improvement
- New Tool/Capability
- Search Enhancement
- Tag Management
- Documentation
- Developer Experience
- Testing/Quality
- Security
- Deployment/Infrastructure
- Other
validations:
required: true
- type: dropdown
id: priority
attributes:
label: Priority
description: How important is this feature to you?
options:
- Critical - Blocking my usage
- High - Would significantly improve my workflow
- Medium - Nice to have
- Low - Minor improvement
validations:
required: true
- type: textarea
id: use-case
attributes:
label: Use Case
description: Describe your specific use case for this feature
placeholder: |
I want to use this feature to...
This would help me with...
validations:
required: true
- type: textarea
id: examples
attributes:
label: Examples
description: Provide examples of how this feature would work
placeholder: |
Example usage:
```python
# Code example
```
Or command line example:
```bash
$ simplenote-mcp-server --new-feature
```
validations:
required: false
- type: textarea
id: mockup
attributes:
label: Mockups or Screenshots
description: If applicable, add mockups or screenshots to help explain your feature
placeholder: Drag and drop images here...
validations:
required: false
- type: dropdown
id: contribution
attributes:
label: Willing to Contribute
description: Would you be willing to contribute this feature?
options:
- "Yes, I can implement this"
- "Yes, with guidance"
- "No, but I can help test"
- "No, just suggesting"
validations:
required: false
- type: textarea
id: context
attributes:
label: Additional Context
description: Add any other context about the feature request here
placeholder: Any additional information...
validations:
required: false
- type: checkboxes
id: checklist
attributes:
label: Pre-submission Checklist
description: Please confirm the following
options:
- label: I have searched existing issues and discussions to ensure this is not a duplicate
required: true
- label: This feature aligns with the project's goals and scope
required: true
- label: I have provided clear use cases and examples
required: true