From e57260b51136b7301e23ff40a5b9f6eebc6bc362 Mon Sep 17 00:00:00 2001 From: Dennis <29799340+dennisvang@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:27:55 +0100 Subject: [PATCH 1/2] update feature-request.yml fix issues with github issues feature-request template --- .github/ISSUE_TEMPLATE/feature-request.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index b4c2eb7fb..2d631c8a8 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -9,26 +9,26 @@ body: value: | Please check [previous questions](https://github.com/FAIRDataTeam/FAIRDataPoint/issues?q=is%3Aissue+label%3AFeature%20Request+) first if you cannot already find an answer there. - type: textarea - id: question + id: question-related attributes: label: Is your feature request related to a problem? description: A clear and concise description of what the problem is. Ex. I'm always frustrated when... validations: required: true - type: textarea - id: question + id: question-solution attributes: label: What solution you'd like? description: A clear and concise description of what you want to happen. validations: required: true - type: textarea - id: question + id: question-alternatives attributes: label: What alternatives have you considered? description: A clear and concise description of any alternative solutions or features you've considered. - type: textarea - id: question + id: question-context attributes: label: Additional context description: Add any other context or screenshots about the feature request here. From 7c75c4926a98d4ff7a3aeed719d3a6a3235fac6d Mon Sep 17 00:00:00 2001 From: dennisvang <29799340+dennisvang@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:45:07 +0100 Subject: [PATCH 2/2] enable blank issues --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index dc10ea1b5..544e06cd4 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ -blank_issues_enabled: false +blank_issues_enabled: true contact_links: - name: FDP Documentation url: https://fairdatapoint.readthedocs.io/