Skip to content

Commit

Permalink
fix unique id error for GH issues (#8726)
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Dec 12, 2022
1 parent 187f218 commit 9be2a86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Expand Up @@ -50,21 +50,21 @@ body:
validations:
required: true
- type: textarea
id: description
id: solution
attributes:
label: Describe the solution you'd like
description: 'A clear and concise description of what you want to happen.'
validations:
required: true
- type: textarea
id: description
id: alternatives
attributes:
label: Describe alternatives you've considered
description: "A clear and concise description of any alternative solutions or features you've considered."
validations:
required: false
- type: textarea
id: description
id: context
attributes:
label: Is your feature request related to a problem? Please describe.
description: 'Add any other context or screenshots about the feature request here.'
Expand Down

0 comments on commit 9be2a86

Please sign in to comment.