-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path02-feature-request.yml
More file actions
66 lines (60 loc) · 1.91 KB
/
Copy path02-feature-request.yml
File metadata and controls
66 lines (60 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
name: Feature request
description: Suggest a new feature or improvement.
title: "[Feature]: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for suggesting an improvement. Please focus on the user need or workflow problem.
- type: textarea
id: problem
attributes:
label: What problem would this solve?
description: Describe the user need or workflow problem.
placeholder: Example: I need to compare several scenarios without exporting each result manually.
validations:
required: true
- type: textarea
id: desired-behavior
attributes:
label: What would you like to happen?
description: Describe the feature or improvement.
placeholder: Example: Add a button to export all scenario results to one Excel file.
validations:
required: true
- type: dropdown
id: importance
attributes:
label: How important is this to your work?
options:
- Nice to have
- Helpful
- Important
- Blocking my work
validations:
required: true
- type: textarea
id: workaround
attributes:
label: Current workaround
description: How are you handling this now, if at all?
placeholder: Example: I manually copy results from each scenario into Excel.
validations:
required: false
- type: input
id: affected-area
attributes:
label: Affected area or control
description: Name the project, window, tool, or control if you know it.
placeholder: Example: Project explorer, theme system, NumericControls
validations:
required: false
- type: upload
id: examples
attributes:
label: Examples, screenshots, or files
description: Upload anything that helps explain the request.
validations:
required: false
accept: ".png,.jpg,.jpeg,.gif,.webp,.svg,.txt,.csv,.json,.zip,.pdf,.docx,.xlsx,.pptx"