Skip to content

Commit b2eef12

Browse files
Add CFP Link and Deadline to Conference Template (#490)
1 parent 56e317b commit b2eef12

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.github/ISSUE_TEMPLATE/add_conference.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Add Conference
22
description: Add Conference dates, location, speaking and other information that you would like shared
33
title: "[CONFERENCE] <CONFERENCE NAME> YYYY"
4-
labels: ["conference"]
4+
labels: ["conference", "CFP"]
55
body:
66
- type: input
77
id: conference_name
@@ -40,6 +40,22 @@ body:
4040
placeholder: "CITY, <REGION>, COUNTRY"
4141
validations:
4242
required: false
43+
- type: input
44+
id: cfp_link
45+
attributes:
46+
label: CFP Link
47+
description: Provide the URL for the Call for Proposals (CFP) (make sure to include `https://`).
48+
placeholder: "https://example.com/cfp"
49+
validations:
50+
required: true
51+
- type: input
52+
id: cfp_deadline
53+
attributes:
54+
label: CFP Deadline
55+
description: Enter the deadline for submitting CFPs (YYYY-MM-DD).
56+
placeholder: "YYYY-MM-DD"
57+
validations:
58+
required: true
4359
- type: textarea
4460
id: conference_description
4561
attributes:

0 commit comments

Comments
 (0)