Skip to content

Commit 2ca69ef

Browse files
authored
Create TR
Adding issue template for Term retirement
1 parent 124cdd5 commit 2ca69ef

File tree

1 file changed

+49
-0
lines changed
  • .github/ISSUE_TEMPLATE

1 file changed

+49
-0
lines changed

.github/ISSUE_TEMPLATE/TR

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
name: Term retirement or replacement form
3+
description: A request for an existing term to be replaced or retired.
4+
title: "[TR]: "
5+
labels: term_retired
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: "## Thanks for suggesting a term retirement"
10+
- type: input
11+
id: prefLabel
12+
attributes:
13+
label: existing term label
14+
description: term to be retired or replaced
15+
placeholder: label
16+
validations:
17+
required: true
18+
- type: input
19+
id: replacedBy
20+
attributes:
21+
label: replacement
22+
description: replacement term (if existing term is replaced by a new term)
23+
placeholder: label
24+
- type: textarea
25+
id: explanation
26+
attributes:
27+
label: explanation
28+
description: explanation for change
29+
placeholder: explanation
30+
validations:
31+
required: true
32+
- type: textarea
33+
id: comment
34+
attributes:
35+
label: additional information
36+
description: comment
37+
placeholder: comment
38+
- type: input
39+
id: submitter
40+
attributes:
41+
label: submitter name
42+
description: the name of the submitter of the new term request
43+
placeholder: full name
44+
- type: input
45+
id: submitterURI
46+
attributes:
47+
label: an identifier for the submitter (e.g. ORCID)
48+
description: URI for the submitter
49+
placeholder: URI

0 commit comments

Comments
 (0)