76 lines
2.0 KiB
YAML
76 lines
2.0 KiB
YAML
name: ✨ Feature Request
|
|
description: Suggest a new feature or enhancement
|
|
title: "[FEATURE] "
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for suggesting a new feature! Please provide details below.
|
|
|
|
- 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...
|
|
|
|
- type: dropdown
|
|
id: category
|
|
attributes:
|
|
label: Feature Category
|
|
description: Which area does this feature relate to?
|
|
options:
|
|
- Client - Device Service
|
|
- Client - Media Service
|
|
- Client - PTZ Service
|
|
- Client - Imaging Service
|
|
- Client - Discovery
|
|
- Server Implementation
|
|
- Documentation
|
|
- Testing/Examples
|
|
- Performance
|
|
- Other
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: use-case
|
|
attributes:
|
|
label: Use Case
|
|
description: Describe your use case for this feature
|
|
placeholder: This would help with...
|
|
|
|
- type: checkboxes
|
|
id: contribution
|
|
attributes:
|
|
label: Contribution
|
|
description: Would you be willing to contribute this feature?
|
|
options:
|
|
- label: I would be willing to submit a PR for this feature
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional Context
|
|
description: Add any other context, screenshots, or examples
|