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: If your organization is using kube-bind, we would be delighted to add you to our list of adopters. Please report how you use kube-bind and we will take care of adding it to our adopters list.
3
+
title: "adopter: COMPANY_NAME"
4
+
labels:
5
+
- kind/documentation
6
+
body:
7
+
- type: input
8
+
id: contact
9
+
attributes:
10
+
label: Contact Details
11
+
description: How can we get in touch with you if we need more info?
12
+
placeholder: eg. email@example.com
13
+
validations:
14
+
required: false
15
+
16
+
- type: input
17
+
id: org
18
+
attributes:
19
+
label: Organization
20
+
description: Your organization's name.
21
+
validations:
22
+
required: true
23
+
24
+
- type: textarea
25
+
id: description
26
+
attributes:
27
+
label: Description
28
+
description: What are you using kube-bind for at your organization? Are you using it for a specific product or project?
29
+
validations:
30
+
required: true
31
+
32
+
- type: dropdown
33
+
id: maturity
34
+
attributes:
35
+
label: Maturity Stage
36
+
description: What stage are you at in your adoption of kube-bind?
37
+
multiple: false
38
+
options:
39
+
- Production
40
+
- Pre-production
41
+
- Development
42
+
- Conceptual
43
+
- I don't know
44
+
validations:
45
+
required: false
46
+
47
+
- type: input
48
+
id: url
49
+
attributes:
50
+
label: Info Link
51
+
description: If you have public documentation for the product or project, feel free to share it here.
0 commit comments