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

Commit 0bd4f03

Browse files
authored
Changed date fields to DD (MMM) -DD MMM YYYY
As per issue #22 : #22
1 parent a866b47 commit 0bd4f03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/Add Conference.yaml

Lines changed: 3 additions & 3 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
@@ -56,7 +56,7 @@ body:
5656
attributes:
5757
label: CFP Dates
5858
description: The start and end date of the Call for Papers.
59-
placeholder: "YYYY-MM-DD"
59+
placeholder: "DD (MMM) -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)