Skip to content

Commit

Permalink
feat: github issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Faliński committed Jan 30, 2024
1 parent 76b3fe2 commit 078ceeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ body:
id: desired_solution
attributes:
label: Desired Solution
description: "A clear and concise description of what you want to happen."
description: "What do you want to happen?"
placeholder: "I want to be able to..."
validations:
required: true
- type: textarea
id: alternatives_considered
attributes:
label: Alternatives Considered
description: "A clear and concise description of any alternative possible approaches."
description: "Have you tried any alternative approaches?"
placeholder: "I tried..."
- type: dropdown
id: platform
Expand Down

0 comments on commit 078ceeb

Please sign in to comment.