Skip to content
Open
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
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/marketing-invitation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: "OAI Marketing Invitation Request Form"
description: "Request to join the OAI Marketing group."
title: "[Invitation Request]: Please add me to the OAI Marketing Group"
labels: invitation-request
assignees:
- kevinswiber
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out the SIG creation form!
- type: input
id: contact
attributes:
label: Contact Details
description: Share your email address so we may send a calendar invite.
placeholder: Note, this email will be displayed publicly
validations:
required: true
- type: dropdown
id: Membership
attributes:
label: Share with us if your organization is an OAI member. Membership is NOT a requirement for participation.
multiple: false
options:
- 'Yes'
- 'No'
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
options:
- label: I agree to follow this project's Code of Conduct
required: true