Skip to content

Commit

Permalink
Add new timeline question
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyRollins committed Oct 30, 2024
1 parent 5ab2da9 commit 35fd72a
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/ISSUE_TEMPLATE/outreach-campaign-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 35fd72a

Please sign in to comment.