Skip to content

Commit

Permalink
Make cfp date and link optional (#524)
Browse files Browse the repository at this point in the history
* make cfp deadline and link optional
  • Loading branch information
JohananOppongAmoateng authored Oct 8, 2024
1 parent 00c499d commit 87dfd96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/add_conference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ body:
description: Provide the URL for the Call for Proposals (CFP) (make sure to include `https://`).
placeholder: "https://example.com/cfp"
validations:
required: true
required: false
- type: input
id: cfp_deadline
attributes:
label: CFP Deadline
description: Enter the deadline for submitting CFPs (YYYY-MM-DD).
placeholder: "YYYY-MM-DD"
validations:
required: true
required: false
- type: textarea
id: conference_description
attributes:
Expand Down

0 comments on commit 87dfd96

Please sign in to comment.