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
We appreciate you taking the time to request a feature. Please fill out the information below to the best of your ability.
11
+
Before submitting your issue, please check to see if it has already been requested.
12
+
- type: textarea
13
+
id: feature-idea
14
+
attributes:
15
+
label: Feature Idea
16
+
placeholder: Tell us what feature you would like to see
17
+
value: "I would like to see a new feature that allows me to do X"
18
+
validations:
19
+
required: true
20
+
- type: textarea
21
+
id: extra
22
+
attributes:
23
+
label: Additional Information
24
+
description: Is there anything else you would like to add?
25
+
- type: checkboxes
26
+
id: pr
27
+
attributes:
28
+
label: Pull Request
29
+
description: Will you be submitting a pull request for this feature?
30
+
options:
31
+
- label: Yes
32
+
- type: checkboxes
33
+
id: terms
34
+
attributes:
35
+
label: Code of Conduct
36
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/lambda-client/lambda/blob/master/.github/CODE_OF_CONDUCT.md).
37
+
options:
38
+
- label: I agree to follow this project's Code of Conduct
0 commit comments