From 35fd72a61a1f4d9bed8d4e31a2c03e2d94044183 Mon Sep 17 00:00:00 2001 From: Anthony Rollins Date: Wed, 30 Oct 2024 16:28:28 -0700 Subject: [PATCH] Add new timeline question --- .../ISSUE_TEMPLATE/outreach-campaign-request.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/outreach-campaign-request.yml b/.github/ISSUE_TEMPLATE/outreach-campaign-request.yml index 1bc4931..ace2c8c 100644 --- a/.github/ISSUE_TEMPLATE/outreach-campaign-request.yml +++ b/.github/ISSUE_TEMPLATE/outreach-campaign-request.yml @@ -7,7 +7,7 @@ body: - type: markdown attributes: value: | - ### If you have an idea or need for a campaign... + ### If you have an idea or need for a campaign... - type: input id: subject attributes: @@ -25,14 +25,22 @@ body: validations: required: true - type: dropdown - id: timeline + id: deadline attributes: - label: Does this campaign have a specific deadline and/or timeline associated with it? + label: Does this campaign have a specific deadline/timeline? description: Let us know if this campaign has any important deadlines to be aware of. options: - "Yes" - "No" - "Unsure" + - type: input + id: timeline + attributes: + label: If you do have a timeline, could you please share below + description: Please add all relevant dates + placeholder: "Ex: December 2, 2024" + validations: + required: true - type: textarea id: Reason attributes: