Skip to content

Commit

Permalink
update feature-request.yml
Browse files Browse the repository at this point in the history
fix issues with github issues feature-request template
  • Loading branch information
dennisvang authored Nov 15, 2024
1 parent d0ca93f commit e57260b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit e57260b

Please sign in to comment.