diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 83a1489..44a11d1 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -7,6 +7,7 @@ body: id: version attributes: label: Observed in version + description: "Please provide the vocabulary version." validations: required: false @@ -14,6 +15,6 @@ body: id: description attributes: label: Description - render: markdown + description: Which issue did you observe? validations: required: false diff --git a/.github/ISSUE_TEMPLATE/improvement.yaml b/.github/ISSUE_TEMPLATE/improvement.yaml index 7367cfa..9457fbc 100644 --- a/.github/ISSUE_TEMPLATE/improvement.yaml +++ b/.github/ISSUE_TEMPLATE/improvement.yaml @@ -7,6 +7,6 @@ body: id: description attributes: label: Description - render: markdown + description: What do you propose? validations: required: false diff --git a/.github/ISSUE_TEMPLATE/request-ids.yaml b/.github/ISSUE_TEMPLATE/request-ids.yaml index d6e72df..5e3394b 100644 --- a/.github/ISSUE_TEMPLATE/request-ids.yaml +++ b/.github/ISSUE_TEMPLATE/request-ids.yaml @@ -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. diff --git a/.zenodo.json b/.zenodo.json index d528599..7bdaf89 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,5 +1,5 @@ { "communities": [ - {"identifier": "NFDI4Cat"} + {"identifier": "nfdi4cat"} ] }