From 3fee71cf5db62631b5b36ed82165689a1da9508d Mon Sep 17 00:00:00 2001 From: Jeff EF Date: Thu, 10 Mar 2022 10:10:25 -0800 Subject: [PATCH] Update sig-create-template.yml Added fields to more align with this issue: https://github.com/OAI/Projects/issues/12 --- .../ISSUE_TEMPLATE/sig-create-template.yml | 30 +++++++++++++++---- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/sig-create-template.yml b/.github/ISSUE_TEMPLATE/sig-create-template.yml index c3ecd36..e2696cb 100644 --- a/.github/ISSUE_TEMPLATE/sig-create-template.yml +++ b/.github/ISSUE_TEMPLATE/sig-create-template.yml @@ -1,5 +1,5 @@ name: "SIG Create Form" -description: "Request form to create a SIG under the OAI. Please provide a brief description and fill out the details below and we'll get back to you ASAP." +description: "Request form to create a SIG under the OAI. Please provide a brief title, description, and fill out the details below and we'll get back to you ASAP." title: "[Request to Create SIG]: " labels: SIG, invitation-request assignees: @@ -18,11 +18,18 @@ body: validations: required: false - type: textarea - id: scope + id: description attributes: label: Scope of SIG - description: What is the scope of the project you are working on - placeholder: Tell us what problem you want to address, expected outcome, and the ideal contributor profile (experience, skills, domain expertise, etc.) + description: A brief description, ideally a single paragraph that describes your SIG. + value: "Scope of contribution" + validations: + required: true + - type: textarea + id: scope + attributes: + label: SOW + description: A detailed statement of work (SOW) defining what your SIG will accomplish. value: "Scope of contribution" validations: required: true @@ -36,6 +43,16 @@ body: - Industry SIG validations: required: true + - type: dropdown + id: version + attributes: + label: History + description: Is this an existing group that you want to move to the OAI, or are you forming this group for the first time. + options: + - Pre-existing group we want to move to the OAI + - A new group we want to create under the OAI + validations: + required: true - type: dropdown id: Versions attributes: @@ -52,8 +69,11 @@ body: multiple: false options: - Weekly - - Bi-monthly/Monthly + - Every other week + - Monthly + - Every other month - Quarterly + - Annual - Ad hoc - type: checkboxes id: terms