Skip to content

Commit

Permalink
Improve issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Aug 31, 2023
1 parent e19f1b7 commit c6e89b9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ body:
id: version
attributes:
label: Observed in version
description: "Please provide the vocabulary version."
validations:
required: false

- type: textarea
id: description
attributes:
label: Description
render: markdown
description: Which issue did you observe?
validations:
required: false
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/improvement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ body:
id: description
attributes:
label: Description
render: markdown
description: What do you propose?
validations:
required: false
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/request-ids.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ body:
- type: textarea
id: message
attributes:
label: Additional information on your plans.
render: markdown
label: Additional information.
description: Optionally tell us more about your plans.
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"communities": [
{"identifier": "NFDI4Cat"}
{"identifier": "nfdi4cat"}
]
}

0 comments on commit c6e89b9

Please sign in to comment.