Skip to content

Commit

Permalink
Hide bulk template (#4150)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpost authored Dec 13, 2024
1 parent e1dca75 commit 5a87547
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/hidden-templates/bulk-metadata-correction.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Bulk Correction to Paper Metadata
description: Fix typos or errors in a paper's title, abstract, or author names.
labels: ["correction", "metadata"]
assignees:
- anthology-assist
body:
- type: markdown
attributes:
value: >
This form will list the title, abstract, and authors in structured YAML. You can manipulate this YAML to make corrections, such as adjusting a title, correcting an author name, adding a missing author, or reordering names. After verification from Anthology staff, these corrections will be applied in weekly batches and made live.
- type: textarea
id: data
attributes:
label: YAML code block
description: Please make corrections below.
validations:
required: true
- type: markdown
attributes:
value: |
**Note:** If you request an author name correction for yourself, please also make sure that your name is correctly entered into Softconf/OpenReview for any future publications, as this is where we obtain the author names from.

0 comments on commit 5a87547

Please sign in to comment.