name: ✨ Feature Request
description: Suggest a new feature or enhancement
title: "[FEATURE] "
labels: ["enhancement", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to suggest a feature! Please fill out the information below.
- type: checkboxes
id: prerequisites
attributes:
label: Prerequisites
description: Please confirm you have completed the following
options:
- label: I have searched the existing issues and feature requests
required: true
- label: I have read the documentation and roadmap
required: true
- type: textarea
id: problem
attributes:
label: Problem Statement
description: Is your feature request related to a problem? Please describe.
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: Describe the solution you'd like
placeholder: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Describe alternatives you've considered
placeholder: A clear and concise description of any alternative solutions or features you've considered.
- type: dropdown
id: category
attributes:
label: Feature Category
description: What type of feature is this?
options:
- WordPress Tools (new MCP tools)
- Authentication (auth methods, security)
- Multi-site Management
- Performance Optimization
- Developer Experience
- Documentation
- Testing & Quality
- CI/CD & Automation
- 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 be helpful
- High - Important for my workflow
- Critical - Blocking my work
validations:
required: true
- type: textarea
id: use_case
attributes:
label: Use Case
description: Describe your specific use case
placeholder: |
How would you use this feature? What would it enable you to do?
Include specific examples if possible.
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional Context
description: Add any other context, mockups, or examples
placeholder: |
- Screenshots/mockups
- Code examples
- Related WordPress features
- Links to similar implementations