From 6b093c83d1d38d41ae4ebaafc9887ca77de2f556 Mon Sep 17 00:00:00 2001 From: Jeff EF Date: Tue, 8 Mar 2022 12:24:40 -0800 Subject: [PATCH] Create marketing-invitation.yml I am working on a similar issue tempate form for the SIG group. This will auto-assign the issues to you @kevinswiber as well as add the tags you mentioned in the readme. Please disregard if you have more magic behind the scenes than I am leveraging here. --- .../ISSUE_TEMPLATE/marketing-invitation.yml | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/marketing-invitation.yml diff --git a/.github/ISSUE_TEMPLATE/marketing-invitation.yml b/.github/ISSUE_TEMPLATE/marketing-invitation.yml new file mode 100644 index 0000000..25b793c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/marketing-invitation.yml @@ -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