Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.

Commit c78214b

Browse files
authored
Merge pull request #38 from JC-swEng/patch-1
Changed date fields to DD (MMM) -DD MMM YYYY
2 parents a866b47 + 58b3cab commit c78214b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/Add Conference.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ body:
2424
attributes:
2525
label: Conference Dates
2626
description: The start and end date of the conference.
27-
placeholder: "YYYY-MM-DD - YYYY-MM-DD"
27+
placeholder: "DD (MMM) -DD MMM YYYY"
2828
validations:
2929
required: true
3030
- type: dropdown
@@ -55,8 +55,8 @@ body:
5555
id: conference_cfp_dates
5656
attributes:
5757
label: CFP Dates
58-
description: The start and end date of the Call for Papers.
59-
placeholder: "YYYY-MM-DD"
58+
description: The end date of the Call for Papers.
59+
placeholder: "DD MMM YYYY"
6060
validations:
6161
required: false
6262
- type: textarea
@@ -66,4 +66,4 @@ body:
6666
description: Add any pertinent information about the conference e.g. focuses, topics, talk-length
6767
placeholder: "This is a general python conference with open spaces and sprints"
6868
validations:
69-
required: false
69+
required: false

0 commit comments

Comments
 (0)