diff --git a/.github/ISSUE_TEMPLATE/01-propose-resource.yml b/.github/ISSUE_TEMPLATE/01-propose-resource.yml index fa0ea4220..3d3bc4265 100644 --- a/.github/ISSUE_TEMPLATE/01-propose-resource.yml +++ b/.github/ISSUE_TEMPLATE/01-propose-resource.yml @@ -24,10 +24,10 @@ body: attributes: label: Resource type options: - - External Resource - - Hosted Resource + - External resource + - Hosted resource - Pathfinder - - Captured Event + - Captured event - type: input id: authors attributes: @@ -54,3 +54,13 @@ body: description: Short description of the resource validations: required: true + - type: input + id: expected-date-of-completion + attributes: + label: Expected date of completion + description: | + Please provide a realistic date by which you expect to submit your publication-ready resource for editorial review. + This will allow the Editorial Board to plan and coordinate the process effectively and ensure timely feedback on your submission. + placeholder: DD-MM-YYYY + validations: + required: true