Skip to content

Commit 5d755a7

Browse files
authored
docs(governance): new form to allow customers self-nominate as public reference (#1589)
1 parent 263ba7b commit 5d755a7

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

Diff for: .github/ISSUE_TEMPLATE/support_powertools.yml

+64
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
name: Support Lambda Powertools (become a reference)
2+
description: Add your organization's name or logo to the Lambda Powertools documentation
3+
title: "[Support Lambda Powertools]: <your organization name>"
4+
labels: ["customer_reference"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thank you for becoming a reference customer. Your support means a lot to us. It also helps new customers to know who's using it.
10+
11+
If you would like us to also display your organization's logo, please share a link in the `Company logo` field.
12+
- type: input
13+
id: organization
14+
attributes:
15+
label: Organization Name
16+
description: Please share the name of your organization
17+
placeholder: ACME
18+
validations:
19+
required: true
20+
- type: input
21+
id: name
22+
attributes:
23+
label: Your Name
24+
description: Please share your name
25+
validations:
26+
required: true
27+
- type: input
28+
id: job
29+
attributes:
30+
label: Your current position
31+
description: Please share your current position at your company
32+
validations:
33+
required: true
34+
- type: input
35+
id: logo
36+
attributes:
37+
label: (Optional) Company logo
38+
description: Company logo you want us to display. You also allow us to resize for optimal placement in the documentation.
39+
validations:
40+
required: false
41+
- type: textarea
42+
id: use_case
43+
attributes:
44+
label: (Optional) Use case
45+
description: How are you using Lambda Powertools today? *features, etc.*
46+
validations:
47+
required: false
48+
- type: checkboxes
49+
id: other_languages
50+
attributes:
51+
label: Also using other Lambda Powertools languages?
52+
options:
53+
- label: Java
54+
required: false
55+
- label: TypeScript
56+
required: false
57+
- label: .NET
58+
required: false
59+
- type: markdown
60+
attributes:
61+
value: |
62+
*By raising a Support Lambda Powertools issue, you are granting AWS permission to use your company's name (and/or logo) for the limited purpose described here. You are also confirming that you have authority to grant such permission.*
63+
64+
*You can opt-out at any time by commenting or reopening this issue.*

0 commit comments

Comments
 (0)