mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
23 lines
829 B
YAML
23 lines
829 B
YAML
name: Feature request
|
|
description: Suggest an idea for Jitsi Meet
|
|
labels: ["feature-request"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for suggesting an idea to make Jitsi Meet better.
|
|
|
|
**Note**: the ultimate decision for implementing features lies on the Jitsi team, not all feature requests shall be accepted.
|
|
- type: textarea
|
|
attributes:
|
|
label: What problem are you trying to solve?
|
|
description: Tell us what problem your feature request would solve.
|
|
- type: textarea
|
|
attributes:
|
|
label: What solution would you like to see?
|
|
description: Please describe the desired behavior or feature.
|
|
- type: textarea
|
|
attributes:
|
|
label: Is there an alternative?
|
|
description: Please describe alternative solutions or features you have considered.
|