1
+ name : Add Conference Topic
2
+ description : Add Conference dates, location, CFP and other information that you would like shared on the show and in the newsletter
3
+ title : " <CONFERENCE NAME>-<DATE>"
4
+ labels : ['conference']
5
+ assignees : ['kjaymiller', 'jonafato']
6
+ body :
7
+ - type : input
8
+ id : conference_name
9
+ attributes :
10
+ label : Conference Name
11
+ description : The name of the conference.
12
+ placeholder : <CONFERENCE NAME>
13
+ validations :
14
+ required : true
15
+ - type : input
16
+ attributes :
17
+ label : URL
18
+ description : The URL of the conference.
19
+ placeholder : https://example.com
20
+ validations :
21
+ required : true
22
+ - type : input
23
+ id : conference_dates
24
+ attributes :
25
+ label : Conference Dates
26
+ description : The start and end date of the conference.
27
+ placeholder : " YYYY-MM-DD - YYYY-MM-DD"
28
+ validations :
29
+ required : true
30
+ - type : dropdown
31
+ id : conference_type
32
+ attributes :
33
+ label : Conference Type
34
+ description : Is the conference in-person online or both?
35
+ options : ['both', 'in-person', 'online']
36
+ validations :
37
+ required : true
38
+ - type : input
39
+ id : conference_location
40
+ attributes :
41
+ label : Conference Location
42
+ description : The location of the conference. Leave blank if online only
43
+ placeholder : " CITY, <REGION>, COUNTRY"
44
+ validations :
45
+ required : false
46
+ - type : input
47
+ id : conference_cfp_url
48
+ attributes :
49
+ label : CFP URL
50
+ description : The URL of the Call for Papers.
51
+ placeholder : https://example.com
52
+ validations :
53
+ required : false
54
+ - type : input
55
+ id : conference_cfp_dates
56
+ attributes :
57
+ label : CFP Dates
58
+ description : The start and end date of the Call for Papers.
59
+ placeholder : " YYYY-MM-DD"
60
+ validations :
61
+ required : false
62
+ - type : textarea
63
+ id : conference_description
64
+ attributes :
65
+ label : Conference Description
66
+ description : Add any pertinent information about the conference e.g. focuses, topics, talk-length
67
+ placeholder : " tag1, tag2, tag3"
68
+ validations :
69
+ required : false
0 commit comments