From 87dfd96b78b387775f4d93f9cbcd18f40b118a70 Mon Sep 17 00:00:00 2001 From: Johanan Oppong Amoateng <88411614+JohananOppongAmoateng@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:41:34 +0000 Subject: [PATCH] Make cfp date and link optional (#524) * make cfp deadline and link optional --- .github/ISSUE_TEMPLATE/add_conference.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/add_conference.yml b/.github/ISSUE_TEMPLATE/add_conference.yml index e229b0b8..f37b9aec 100644 --- a/.github/ISSUE_TEMPLATE/add_conference.yml +++ b/.github/ISSUE_TEMPLATE/add_conference.yml @@ -53,7 +53,7 @@ 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: @@ -61,7 +61,7 @@ body: 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: