name: Feature Request
description: Suggest a new feature or enhancement for mcpcap
title: "[Feature] "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for suggesting a new feature! Please describe your idea clearly.
- type: textarea
id: summary
attributes:
label: Feature Summary
description: A brief summary of the feature you'd like to see
placeholder: What feature would you like to see added?
validations:
required: true
- type: textarea
id: problem
attributes:
label: Problem Statement
description: What problem does this feature solve?
placeholder: |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
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: dropdown
id: category
attributes:
label: Feature Category
description: What type of feature is this?
options:
- New protocol support
- Analysis enhancement
- Performance improvement
- User interface
- Documentation
- Testing
- Other
validations:
required: true
- type: dropdown
id: priority
attributes:
label: Priority Level
description: How important is this feature to you?
options:
- Low - Nice to have
- Medium - Would be helpful
- High - Important for my use case
- Critical - Blocking my work
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternative Solutions
description: Describe any alternative solutions or features you've considered
placeholder: What alternatives have you considered?
validations:
required: false
- type: textarea
id: use-cases
attributes:
label: Use Cases
description: Describe specific use cases where this feature would be valuable
placeholder: |
- Use case 1: ...
- Use case 2: ...
validations:
required: false
- type: textarea
id: implementation
attributes:
label: Implementation Ideas
description: If you have ideas about how this could be implemented, share them here
placeholder: Any thoughts on how this could be implemented?
validations:
required: false
- type: textarea
id: additional
attributes:
label: Additional Context
description: Add any other context, screenshots, or examples about the feature request
validations:
required: false