From e5b6beece66f05d0518df2df1e693d829cf9c14f Mon Sep 17 00:00:00 2001 From: Dustin <126348160+Dustin4444@users.noreply.github.com> Date: Sun, 30 Mar 2025 06:14:50 -0400 Subject: [PATCH 1/5] Update feature request template with more details Fixes #1799 Add a link to the `.github/ISSUE_TEMPLATE/feature_request.md` file for more information. * Add a note to refer to the `.github/ISSUE_TEMPLATE/feature_request.md` file for more details. * Update the template to include the points mentioned in the clarification. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/stackblitz/webcontainer-core/issues/1799?shareId=XXXX-XXXX-XXXX-XXXX). --- .github/ISSUE_TEMPLATE/feature_request.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index df0754e..b7714ab 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -18,3 +18,5 @@ assignees: '' **Additional context:** + +For more information, please refer to the [.github/ISSUE_TEMPLATE/feature_request.md](https://github.com/stackblitz/webcontainer-core/blob/main/.github/ISSUE_TEMPLATE/feature_request.md) file in the repository. From 120083eb3f99cfcc90394f504c8b7c6b219774d0 Mon Sep 17 00:00:00 2001 From: Dustin <126348160+Dustin4444@users.noreply.github.com> Date: Sun, 30 Mar 2025 14:47:30 -0400 Subject: [PATCH 2/5] Add a link to the feature request template for more information * Add a note to refer to the `.github/ISSUE_TEMPLATE/feature_request.md` file for more details From 15865e723ed00498be129e0af069674a6f3616fe Mon Sep 17 00:00:00 2001 From: Dustin <126348160+Dustin4444@users.noreply.github.com> Date: Thu, 3 Apr 2025 01:12:31 -0400 Subject: [PATCH 3/5] Add reference link to feature request template * Add a link to the `.github/ISSUE_TEMPLATE/feature_request.md` file in the repository for more information From 2015c3c4ff5eaa8db70627ad638ff4f18074b606 Mon Sep 17 00:00:00 2001 From: Dustin <126348160+Dustin4444@users.noreply.github.com> Date: Thu, 3 Apr 2025 01:16:12 -0400 Subject: [PATCH 4/5] Add reference link to feature request template * Add a link to the `.github/ISSUE_TEMPLATE/feature_request.md` file in the repository for more information From 85cd58472ede0716e361f3d3460fc2f59a0cf48d Mon Sep 17 00:00:00 2001 From: Dustin <126348160+Dustin4444@users.noreply.github.com> Date: Thu, 3 Apr 2025 01:18:19 -0400 Subject: [PATCH 5/5] Add detailed instructions for feature requests in the template * Add points to describe the problem, solution, alternatives, and additional context * Refer to the `.github/ISSUE_TEMPLATE/feature_request.md` file for more information --- .github/ISSUE_TEMPLATE/feature_request.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index b7714ab..5b1f213 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -19,4 +19,11 @@ assignees: '' **Additional context:** +To provide more details about the feature request, please consider the following points: + +* Clearly describe the problem you are facing or the need for the feature. This helps in understanding the context and the importance of the request. +* Provide a detailed description of the solution you would like to see implemented. This can include specific functionalities, behaviors, or improvements. +* Mention any alternative solutions or features you have considered. This helps in evaluating different approaches and understanding your preferences. +* Add any additional context or relevant information that can help in understanding the feature request better. This can include use cases, examples, or screenshots. + For more information, please refer to the [.github/ISSUE_TEMPLATE/feature_request.md](https://github.com/stackblitz/webcontainer-core/blob/main/.github/ISSUE_TEMPLATE/feature_request.md) file in the repository.