Skip to content

Commit

Permalink
feat: add idea form
Browse files Browse the repository at this point in the history
  • Loading branch information
musayann committed Dec 10, 2024
1 parent 97cc199 commit a621213
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/ideas.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Idea / Feature request
description: Suggest an idea to improve Testing Form
title: "[Idea]: "
labels: ["idea", "feature-request"]

Check failure on line 4 in .github/ISSUE_TEMPLATE/ideas.yaml

View workflow job for this annotation

GitHub Actions / Run yamllint

4:10 [quoted-strings] string value is redundantly quoted with double quotes

Check failure on line 4 in .github/ISSUE_TEMPLATE/ideas.yaml

View workflow job for this annotation

GitHub Actions / Run yamllint

4:18 [quoted-strings] string value is redundantly quoted with double quotes
projects: ["d-rec/1"]

Check failure on line 5 in .github/ISSUE_TEMPLATE/ideas.yaml

View workflow job for this annotation

GitHub Actions / Run yamllint

5:12 [quoted-strings] string value is redundantly quoted with double quotes
body:
- type: markdown
attributes:
value: |
Thank you for sharing your ideas. Please take the time to provide as much detail as possible.
- type: textarea
id: problem
attributes:
label: The problem
description: Describe what problem you would like to see solved.
placeholder: I'm always frustrated when...
validations:
required: false
- type: textarea
id: solution
attributes:
label: The solution
description: Describe the solution(s) that you imagine for the aforementioned problem.
placeholder: Changing XYZ would help because...
validations:
required: true
- type: textarea
id: alternative
attributes:
label: Alternatives
description: Are there any other solutions to that problem that you have considered?
validations:
required: false
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other helpful information or screenshots here.
validations:
required: false

Check failure on line 40 in .github/ISSUE_TEMPLATE/ideas.yaml

View workflow job for this annotation

GitHub Actions / Run yamllint

40:22 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit a621213

Please sign in to comment.