-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding an issue template for new term request
- Loading branch information
Showing
1 changed file
with
79 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |