From 73e3bb872bca1dc80d25ba4d4c961fb4c30d9caf Mon Sep 17 00:00:00 2001 From: Adriana Villela Date: Mon, 17 Aug 2026 16:57:39 -0400 Subject: [PATCH 1/2] Add KubeCon OTel Observatory swag sponsor and OTel SIG Spotlight issue templates Co-Authored-By: Claude Sonnet 4.6 --- .../kubecon-otel-observatory-swag-sponsor.yml | 45 ++++++++++++ .../whats-new-in-otel-sig-spotlight.yml | 72 +++++++++++++++++++ 2 files changed, 117 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/kubecon-otel-observatory-swag-sponsor.yml create mode 100644 .github/ISSUE_TEMPLATE/whats-new-in-otel-sig-spotlight.yml diff --git a/.github/ISSUE_TEMPLATE/kubecon-otel-observatory-swag-sponsor.yml b/.github/ISSUE_TEMPLATE/kubecon-otel-observatory-swag-sponsor.yml new file mode 100644 index 000000000..a49dd34ec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/kubecon-otel-observatory-swag-sponsor.yml @@ -0,0 +1,45 @@ +name: KubeCon OTel Observatory Swag Sponsor +description: Express your company's interest in sponsoring swag for the OTel Observatory booth at KubeCon. +title: '[OTel Observatory Swag Sponsor]: ' +labels: + - otel-observatory-swag +assignees: + - 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 diff --git a/.github/ISSUE_TEMPLATE/whats-new-in-otel-sig-spotlight.yml b/.github/ISSUE_TEMPLATE/whats-new-in-otel-sig-spotlight.yml new file mode 100644 index 000000000..b8fe3b031 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/whats-new-in-otel-sig-spotlight.yml @@ -0,0 +1,72 @@ +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]: ' +labels: + - whats-new-in-otel +assignees: + - 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 From 2f102295b56b75dec745971f7c7ec91a53d848bc Mon Sep 17 00:00:00 2001 From: Adriana Villela Date: Mon, 17 Aug 2026 16:57:39 -0400 Subject: [PATCH 2/2] Add cspell ignore list --- .github/ISSUE_TEMPLATE/kubecon-otel-observatory-swag-sponsor.yml | 1 + .github/ISSUE_TEMPLATE/whats-new-in-otel-sig-spotlight.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/kubecon-otel-observatory-swag-sponsor.yml b/.github/ISSUE_TEMPLATE/kubecon-otel-observatory-swag-sponsor.yml index a49dd34ec..6b4b93146 100644 --- a/.github/ISSUE_TEMPLATE/kubecon-otel-observatory-swag-sponsor.yml +++ b/.github/ISSUE_TEMPLATE/kubecon-otel-observatory-swag-sponsor.yml @@ -6,6 +6,7 @@ labels: assignees: - avillela - reese-lee +cspell:ignore: avillela reese-lee body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/whats-new-in-otel-sig-spotlight.yml b/.github/ISSUE_TEMPLATE/whats-new-in-otel-sig-spotlight.yml index b8fe3b031..2eb8d4b5b 100644 --- a/.github/ISSUE_TEMPLATE/whats-new-in-otel-sig-spotlight.yml +++ b/.github/ISSUE_TEMPLATE/whats-new-in-otel-sig-spotlight.yml @@ -6,6 +6,7 @@ labels: assignees: - avillela - reese-lee +cspell:ignore: avillela reese-lee body: - type: markdown attributes: