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
placeholder: "Please share as much context as you can about when you encounter this problem. If possible, sharing the steps to reproduce is immensely helpful."
11
+
validations:
12
+
required: true
13
+
- type: textarea
14
+
id: actual
15
+
attributes:
16
+
label: Actual Behavior
17
+
description: What is happening?
18
+
placeholder: "Please tell us about the problem you're encountering. e.g. an error you're encountering or an unexpected return value"
19
+
validations:
20
+
required: true
21
+
- type: textarea
22
+
id: expected
23
+
attributes:
24
+
label: Expected Behavior
25
+
description: What would you have expected happened instead?
26
+
placeholder: "Please share what you had expected to happen. How should this have behaved?"
27
+
- type: input
28
+
id: version
29
+
attributes:
30
+
label: SDK version
31
+
description: "You can find the version you're using by running `npm list @1password/sdk`."
32
+
- type: textarea
33
+
id: info
34
+
attributes:
35
+
label: Additional information
36
+
description: Any additional information that's relevant to add?
description: Something works but can be made better.
3
+
labels: ["improvement"]
4
+
body:
5
+
- type: textarea
6
+
id: current
7
+
attributes:
8
+
label: Current Behavior
9
+
description: How does this currently work?
10
+
placeholder: "Please tell us what you're currently doing and what hurdles you're running into with this."
11
+
validations:
12
+
required: true
13
+
- type: textarea
14
+
id: desired
15
+
attributes:
16
+
label: Desired Behavior
17
+
description: How would you prefer for this to work?
18
+
placeholder: "Please share how you'd prefer for this to work."
19
+
- type: textarea
20
+
id: value
21
+
attributes:
22
+
label: Benefits & Value
23
+
description: What is better about the new behavior? How will this help you?
24
+
placeholder: "Please share what benefits you'd like to get out of this improvement. What would you use this for? How does that improve with this change? Why should this change be made?"
25
+
- type: textarea
26
+
id: info
27
+
attributes:
28
+
label: Additional information
29
+
description: Any additional information that's relevant to add?
description: I'd like to request new functionality.
3
+
labels: ["feature-request"]
4
+
body:
5
+
- type: textarea
6
+
id: usecase
7
+
attributes:
8
+
label: Use Case
9
+
description: What are you trying to achieve?
10
+
placeholder: "Tell us about the problem you're trying to solve. The more context you add, the better we can align a solution with your problem."
11
+
validations:
12
+
required: true
13
+
- type: textarea
14
+
id: requirements
15
+
attributes:
16
+
label: Requirements and desired behavior
17
+
description: What should the SDK do?
18
+
placeholder: If you already have an idea for what you'd like to be available in the SDK to solve your problem, feel free to share that here. How would you expect this to behave?
19
+
- type: textarea
20
+
id: info
21
+
attributes:
22
+
label: Additional information
23
+
description: Any additional information that's relevant to add?
0 commit comments