From a8de0db91432c938e16ac19cb71986f878fc950c Mon Sep 17 00:00:00 2001 From: mafyuh Date: Mon, 27 May 2024 20:06:23 +0000 Subject: [PATCH] Update .github/issue_template.yml --- .github/issue_template.yml | 64 ++++++++++++++++++++++++-------------- 1 file changed, 41 insertions(+), 23 deletions(-) diff --git a/.github/issue_template.yml b/.github/issue_template.yml index 52d9776..511cfd7 100644 --- a/.github/issue_template.yml +++ b/.github/issue_template.yml @@ -1,33 +1,51 @@ name: 'Feature Request' -about: 'Suggest a new feature for the project' +description: 'Suggest a new feature for the project' title: 'Feature Request: [Summary]' -labels: +labels: - enhancement - feature request -assignees: '' +assignees: '' ---- +body: + - type: markdown + attributes: + value: | + ## Feature Request -## Feature Request + **Please fill out this template with the requested information.** -**Please fill out this template with the requested information.** + - type: input + id: summary + attributes: + label: Summary + description: A concise description of the feature you'd like to see added. + placeholder: Brief summary of the feature request -**Summary** -A concise description of the feature you'd like to see added. + - type: textarea + id: motivation + attributes: + label: Motivation + description: Explain why this feature would be beneficial to the project. What problem does it solve or what value does it bring? + placeholder: Describe the motivation behind the feature request -**Motivation** -Explain why this feature would be beneficial to the project. What problem does it solve or what value does it bring? + - type: textarea + id: detailed-description + attributes: + label: Detailed Description + description: | + Provide a detailed explanation of the proposed feature. Include: + - How would this feature be used? + - What are the expected benefits of this feature? + - Are there any potential drawbacks or limitations to consider? + placeholder: Provide a detailed description of the feature -**Detailed Description** -Provide a detailed explanation of the proposed feature. Include: - -* How would this feature be used? -* What are the expected benefits of this feature? -* Are there any potential drawbacks or limitations to consider? - -**Additional Context** -Include any relevant information such as: - -* Links to external resources (e.g., documentation, articles) -* Screenshots or mockups to illustrate the feature -* Use cases and examples of how the feature would be used \ No newline at end of file + - type: textarea + id: additional-context + attributes: + label: Additional Context + description: | + Include any relevant information such as: + - Links to external resources (e.g., documentation, articles) + - Screenshots or mockups to illustrate the feature + - Use cases and examples of how the feature would be used + placeholder: Add any other context or screenshots about the feature request here