Skip to content

Commit 31736ef

Browse files
make cfp deadline and link optional
1 parent defb57a commit 31736ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/add_conference.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ body:
5353
description: Provide the URL for the Call for Proposals (CFP) (make sure to include `https://`).
5454
placeholder: "https://example.com/cfp"
5555
validations:
56-
required: true
56+
required: false
5757
- type: input
5858
id: cfp_deadline
5959
attributes:
6060
label: CFP Deadline
6161
description: Enter the deadline for submitting CFPs (YYYY-MM-DD).
6262
placeholder: "YYYY-MM-DD"
6363
validations:
64-
required: true
64+
required: false
6565
- type: textarea
6666
id: conference_description
6767
attributes:

0 commit comments

Comments
 (0)