Skip to content

Commit

Permalink
Update sig-create-template.yml
Browse files Browse the repository at this point in the history
Added fields to more align with this issue: OAI/Projects#12
  • Loading branch information
namdeirf authored Mar 10, 2022
1 parent 08a9718 commit 3fee71c
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions .github/ISSUE_TEMPLATE/sig-create-template.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand All @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 3fee71c

Please sign in to comment.