Skip to content

Make cfp date and link optional #524

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading