-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / Run yamllint
|
||
projects: ["d-rec/1"] | ||
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 | ||