Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: KubeCon OTel Observatory Swag Sponsor

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it make more sense to have something a little more generic, that can sponsor swag in any type of events or events the event itself?
This way we won't need a type of template for each possibility

description: Express your company's interest in sponsoring swag for the OTel Observatory booth at KubeCon.
title: '[OTel Observatory Swag Sponsor]: <company>'
labels:
- otel-observatory-swag
assignees:
- avillela
- reese-lee
cspell:ignore: avillela reese-lee
body:
- type: markdown
attributes:
value: |
Thank you for your interest in sponsoring swag for the OTel Observatory booth at KubeCon! Please fill out the form below and we'll be in touch.
- type: input
id: name
attributes:
label: Name
description: What is your name?
placeholder: ex. Jane Doe
validations:
required: true
- type: input
id: contact_email
attributes:
label: Contact email
description: How can we get in touch with you?
placeholder: ex. email@example.com
validations:
required: true
- type: input
id: company
attributes:
label: Your company
description: What company are you representing?
placeholder: ex. Acme Corp
validations:
required: true
- type: input
id: budget
attributes:
label: Budget
description: How much money is your company willing to spend on swag (in USD)?
placeholder: ex. $500
validations:
required: true
73 changes: 73 additions & 0 deletions .github/ISSUE_TEMPLATE/whats-new-in-otel-sig-spotlight.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
name: '"What''s New in OTel?" SIG Spotlight Form'
description: Propose having your SIG featured in the monthly "What's New in OTel?" livestream hosted by the OTel Community Managers.
title: '[SIG Spotlight]: <name>'
labels:
- whats-new-in-otel
assignees:
- avillela
- reese-lee
cspell:ignore: avillela reese-lee
body:
- type: markdown
attributes:
value: |
Thank you for your interest in having your SIG featured on "What's New in OTel?"! This form is for SIG maintainers to propose sharing an update during the monthly livestream hosted by the OTel Community Managers.
- type: input
id: name
attributes:
label: Name
description: What is your name?
placeholder: ex. Jane Doe
validations:
required: true
- type: input
id: contact_email
attributes:
label: Contact email
description: How can we get in touch with you if we need more info?
placeholder: ex. email@example.com
validations:
required: true
- type: input
id: sig
attributes:
label: What OTel SIG do you represent?
description: Name the SIG you'll be presenting on behalf of.
placeholder: ex. OTel Collector SIG
validations:
required: true
- type: dropdown
id: availability
attributes:
label: What month(s) are you available?
description: Select all months during which you could present.
multiple: true
options:
- January
- February
- March
- April
- May
- June
- July
- August
- September
- October
- November
- December
validations:
required: true
- type: textarea
id: summary
attributes:
label: Summarize what you'd like to share
description: Give an overview of the update or topic you'd like to highlight.
validations:
required: true
- type: textarea
id: call_to_action
attributes:
label: What is your call to action?
description: What do you want viewers to do after watching (e.g., try a feature, join a SIG, contribute)?
validations:
required: true