Skip to content

Commit

Permalink
Add .github/ISSUE_TEMPLATE/feature_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent dadb350 commit cf43bee
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Feature Request
description: Suggest an idea
description: Suggest an idea, enhancement or feature to improve the project.
title: "[Feature Request]: "
labels:
- enhancement
Expand All @@ -15,27 +15,35 @@ body:
required: true
- label: I have searched the [issue tracker](https://github.com/EnAccess/Cicada-GSM-HW/issues) for a feature request that matches the one I want to file, without success.
required: true

- type: textarea
attributes:
label: Problem Description
description: Please add a clear and concise description of the problem you are seeking to solve with this feature request.
validations:
required: true

- type: textarea
attributes:
label: Proposed Solution
description: Describe the solution you'd like in a clear and concise manner.
validations:
required: true

- type: textarea
attributes:
label: Alternatives Considered
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: true

- type: textarea
attributes:
label: Additional Information
description: Add any other context about the problem here.
validations:
required: false

- type: markdown
attributes:
value: "Thank you for completing our form!"

Check failure on line 49 in .github/ISSUE_TEMPLATE/feature_request.yml

View workflow job for this annotation

GitHub Actions / Run yamllint

49:14 [quoted-strings] string value is redundantly quoted with double quotes

0 comments on commit cf43bee

Please sign in to comment.