updated templates

This commit is contained in:
Yannick Stephan
2025-02-19 20:27:56 +01:00
parent fb5938aac4
commit 05914213e2
3 changed files with 13 additions and 19 deletions

View File

@@ -7,23 +7,17 @@ body:
- type: checkboxes
id: existingcheck
attributes:
label: Do you need to file an issue?
description: Please help us manage our time by avoiding duplicates and common questions with the steps below.
label: Do you need to file a feature request?
description: Please help us manage our time by avoiding duplicates and common feature request with the steps below.
options:
- label: I have searched the existing issues and this feature is not already filed.
- label: I believe this is a legitimate feature request, not just a question. If this is a question, please use the Discussions area.
- label: I have searched the existing feature request and this feature request is not already filed.
- label: I believe this is a legitimate feature request, not just a question or bug.
- type: textarea
id: problem_description
id: feature_request_description
attributes:
label: Problem Description
description: A clear and concise description of the problem you're trying to solve.
placeholder: What problem are you trying to solve?
- type: textarea
id: solution_description
attributes:
label: Proposed Solution
description: A clear and concise description of what you want to happen.
placeholder: How do you envision the solution?
label: Feature Request Description
description: A clear and concise description of the feature request you would like.
placeholder: What this feature request add more or improve?
- type: textarea
id: additional_context
attributes: