Skip to content

Commit

Permalink
Create NTR.yaml
Browse files Browse the repository at this point in the history
adding an issue template for new term request
  • Loading branch information
agbeltran authored Nov 4, 2024
1 parent 1eca58b commit bf80a7f
Showing 1 changed file with 79 additions and 0 deletions.
79 changes: 79 additions & 0 deletions .github/ISSUE_TEMPLATE/NTR.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
---
name: New term request form
description: A request for a new term to be added to the vocabulary.
title: "[NTR]: "
labels: new_term_request
body:
- type: markdown
attributes:
value: "## Thanks for suggesting a new term"
- type: input
id: prefLabel
attributes:
label: new term label
description: label with no punctuation except `-` and `_`
placeholder: label
validations:
required: true
- type: textarea
id: definition
attributes:
label: definition
description: textual definition
placeholder: definition
validations:
required: true
- type: input
id: sourceURI
attributes:
label: source of definition (URI)
description: URI for the source of the definition
placeholder: URI
- type: textarea
id: source
attributes:
label: source of definition (citation)
description: citation for the source of the definition
placeholder: citation
- type: input
id: broader
attributes:
label: broader term
description: broader term or super-class
placeholder: label
- type: textarea
id: relation
attributes:
label: related term(s)
description: related term or class in this vocabulary
placeholder: label(s) (one per line)
- type: textarea
id: match
attributes:
label: mapping term
description: related term or class in another vocabulary
placeholder: URI(s) (one per line)
- type: textarea
id: altLabel
attributes:
label: synonym or alternative label
description: label with no punctuation except `-` and `_`
placeholder: label(s) (one per line)
- type: textarea
id: scopeNote
attributes:
label: usage- or scope-note
description: scope note
placeholder: note
- type: input
id: submitter
attributes:
label: submitter name
description: the name of the submitter of the new term request
placeholder: full name
- type: textarea
id: comment
attributes:
label: additional information
description: comment
placeholder: comment

0 comments on commit bf80a7f

Please sign in to comment.