You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Request a feature and help improve the plugin
3
+
title: "[FR] Short description of the feature"
4
+
labels: enhancement
5
+
assignees: spasche
6
+
body:
7
+
- type: markdown
8
+
attributes:
9
+
value: |
10
+
## Feature Request
11
+
- type: textarea
12
+
attributes:
13
+
label: Description
14
+
description: A clear and concise description of the feature request. Include any relevant details.
15
+
validations:
16
+
required: true
17
+
- type: textarea
18
+
attributes:
19
+
label: Details
20
+
description: Provide a step-by-step description.
21
+
value: |
22
+
1. Go to '...'
23
+
2. Click on '...'
24
+
3. Notice that '...'
25
+
...
26
+
validations:
27
+
required: true
28
+
- type: textarea
29
+
attributes:
30
+
label: Desired Behavior
31
+
description: What do you want to happen?
32
+
validations:
33
+
required: true
34
+
- type: textarea
35
+
attributes:
36
+
label: Current Behavior
37
+
description: What actually happens?
38
+
validations:
39
+
required: true
40
+
- type: textarea
41
+
attributes:
42
+
label: Attachments
43
+
description: Required for feature investigation
44
+
value: |
45
+
- Please attach a video showing the current behavior. It is not mandatory, but might be very helpful to speed up the feature implementation
46
+
- Please attach a sample vault where the desired Feature Request could be applied. It is not mandatory, but might be very helpful to speed up the feature implementation
47
+
validations:
48
+
required: true
49
+
- type: checkboxes
50
+
attributes:
51
+
label: Confirmations
52
+
description: Ensure the following conditions are met
53
+
options:
54
+
- label: I attached a video showing the current behavior, or it is not necessary
55
+
required: true
56
+
- label: I attached a sample vault where the desired Feature Request could be applied, or it is not necessary
57
+
required: true
58
+
- label: I have tested the absence of the requested feature with the latest version of the plugin
59
+
required: true
60
+
- label: I have checked GitHub for existing Feature Requests
0 commit comments