description: Suggest a new feature or improvement for PlanOpticon
3
title: "[Feature]: "
4
labels: ["enhancement"]
5
body:
6
- type: markdown
7
attributes:
8
value: |
9
We appreciate your ideas for improving PlanOpticon. Please describe your feature request in detail so we can evaluate and prioritize it.
10
11
- type: textarea
12
id: description
13
attributes:
14
label: Description
15
description: A clear and concise description of the feature you would like to see.
16
placeholder: Describe the feature...
17
validations:
18
required: true
19
20
- type: textarea
21
id: use-case
22
attributes:
23
label: Use Case
24
description: Explain the problem this feature would solve or the workflow it would improve. Why is this feature important to you?
25
placeholder: |
26
As a user who processes large batches of meeting recordings, I need...
27
validations:
28
required: true
29
30
- type: textarea
31
id: proposed-solution
32
attributes:
33
label: Proposed Solution
34
description: If you have ideas on how this could be implemented, describe them here. This is optional -- we welcome feature requests even without a proposed solution.
35
placeholder: Describe a possible implementation approach...