Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/02-name-correction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,24 @@ body:
placeholder: ex. https://aclanthology.org/people/m/matt-post/
validations:
required: true
- type: textarea
id: author_orcid
attributes:
label: Author ORCID
description: |
Please provide a valid ORCID link here. This will be used to help match future papers to your Anthology ID.
placeholder: ex. https://orcid.org/my-orcid?orcid=0009-0003-8868-7504
validations:
required: true
- type: textarea
id: author_highest_degree_institution
attributes:
label: Institution of highest (anticipated) degree
description: |
Please provide the name of the school or university where you have or will receive your highest degree (e.g., current affiliation for students, Ph.D. institution for faculty and industry researchers).
placeholder: ex. Johns Hopkins University (https://www.jhu.edu/)
validations:
required: true
- type: checkboxes
id: name_correction_type
attributes:
Expand Down
Loading