File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
name : Add Conference
2
2
description : Add Conference dates, location, speaking and other information that you would like shared
3
3
title : " [CONFERENCE] <CONFERENCE NAME> YYYY"
4
- labels : ["conference"]
4
+ labels : ["conference", "CFP" ]
5
5
body :
6
6
- type : input
7
7
id : conference_name
40
40
placeholder : " CITY, <REGION>, COUNTRY"
41
41
validations :
42
42
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
43
59
- type : textarea
44
60
id : conference_description
45
61
attributes :
You can’t perform that action at this time.
0 commit comments