From 5a9507b2304e66bd3cd605e807869225025010e6 Mon Sep 17 00:00:00 2001 From: Craig Alvord Date: Wed, 19 Feb 2025 17:18:33 -0800 Subject: [PATCH 1/7] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 38 +++++++++++++++------------ 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index accfc03..2d024e8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -2,22 +2,18 @@ name: Report a Bug description: Something not working as expected? Create an issue to help us improve. type: "Bug" body: - - type: checkboxes - id: pre-flight - attributes: - label: Preflight Checklist - description: "Before submitting a bug report, please make sure you've done the following:" - options: - - label: I have installed the [latest version of Storage Explorer](https://github.com/Microsoft/AzureStorageExplorer/releases/latest). - required: true - - label: I have checked existing resources, including the [troubleshooting guide](https://docs.microsoft.com/azure/storage/common/storage-explorer-troubleshooting) and the [release notes](https://github.com/microsoft/AzureStorageExplorer/releases). - required: true - - label: I have searched for [similar issues](https://github.com/Microsoft/AzureStorageExplorer/issues). - required: true - - type: markdown attributes: - value: --- + value: | + ## Preflight Checklist + + Before submitting a bug report, please make sure you've done the following: + + - [ ] I have installed the [latest version of Storage Explorer](https://github.com/Microsoft/AzureStorageExplorer/releases/latest). + - [ ] I have checked existing resources, including the [troubleshooting guide](https://docs.microsoft.com/azure/storage/common/storage-explorer-troubleshooting) and the [release notes](https://github.com/microsoft/AzureStorageExplorer/releases). + - [ ] I have searched for [similar issues](https://github.com/Microsoft/AzureStorageExplorer/issues). + + --- - type: input id: app-version @@ -41,7 +37,6 @@ body: label: Architecture description: Open the About dialog in Storage Explorer to find this. options: - - i86 - x64 - arm64 validations: @@ -69,12 +64,12 @@ body: - Linux (snap) validations: required: true - + - type: input id: os-version attributes: label: OS Version - placeholder: Windows 10; macOS Big Sur; Ubuntu 20.04 + placeholder: Windows 11; macOS Sequioa 15.3.1; Ubuntu 22.04 - type: markdown attributes: @@ -85,6 +80,8 @@ body: attributes: label: Bug Description description: Provide a clear, concise description of the bug. + placeholder: | + Describe the bug you're seeing. validations: required: true @@ -104,6 +101,8 @@ body: attributes: label: Actual Experience description: Provide a clear, concise description of what actually happens. If applicable, add screenshots to help explain what happened. + placeholder: | + What actually happens when I follow the steps to reproduce? validations: required: true @@ -112,9 +111,14 @@ body: attributes: label: Expected Experience description: Provide a clear, concise description of what you expected to happen. If applicable, add screenshots to help explain what you expected. + placeholder: | + What should happen when I follow the steps to reproduce? - type: textarea id: context attributes: label: Additional Context description: Add any other details, such as error messages, unusual system configurations, network restrictions, etc. + placeholder: | + Error messages, proxy configurations, system permissions, etc. + From b3125099ff2c3a086a82e12511b19b561f946897 Mon Sep 17 00:00:00 2001 From: Craig Alvord Date: Wed, 19 Feb 2025 17:20:37 -0800 Subject: [PATCH 2/7] Update heading level in bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2d024e8..7790f83 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - ## Preflight Checklist + ### Preflight Checklist Before submitting a bug report, please make sure you've done the following: From 7f6534dee42fbe56d563fabe5c8eb207a6cc85aa Mon Sep 17 00:00:00 2001 From: Craig Alvord Date: Wed, 19 Feb 2025 17:29:28 -0800 Subject: [PATCH 3/7] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 27 +++++++++++----------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index e2374f5..3005986 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -4,22 +4,18 @@ type: "Feature" labels: - ":bulb: feature request" body: - - type: checkboxes - id: pre-flight - attributes: - label: Preflight Checklist - description: "Before submitting a feature request, please make sure you've done the following:" - options: - - label: I have installed the [latest version of Storage Explorer](https://github.com/Microsoft/AzureStorageExplorer/releases/latest). - required: true - - label: I have checked existing resources, including the [troubleshooting guide](https://docs.microsoft.com/azure/storage/common/storage-explorer-troubleshooting) and the [release notes](https://github.com/microsoft/AzureStorageExplorer/releases). - required: true - - label: I have searched for [similar issues](https://github.com/Microsoft/AzureStorageExplorer/issues). - required: true - - type: markdown attributes: - value: --- + value: | + ### Preflight Checklist + + Before submitting a feature request, please make sure you've done the following: + + - [ ] I have installed the [latest version of Storage Explorer](https://github.com/Microsoft/AzureStorageExplorer/releases/latest). + - [ ] I have checked existing resources, including the [troubleshooting guide](https://docs.microsoft.com/azure/storage/common/storage-explorer-troubleshooting) and the [release notes](https://github.com/microsoft/AzureStorageExplorer/releases). + - [ ] I have searched for [similar issues](https://github.com/Microsoft/AzureStorageExplorer/issues). + + --- - type: input id: goal @@ -58,3 +54,6 @@ body: attributes: label: Additional Context description: Add any other context or screenshots that can help us understand your feature request better. + placeholder: | + Often my work involves... + I need this for... From 765aae13b6f454bdf3eab499feaaed42e9a8d91e Mon Sep 17 00:00:00 2001 From: Craig Alvord Date: Wed, 19 Feb 2025 17:33:18 -0800 Subject: [PATCH 4/7] Update bug_report.yml Try indenting checkboxes --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7790f83..be5cd6b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -9,9 +9,9 @@ body: Before submitting a bug report, please make sure you've done the following: - - [ ] I have installed the [latest version of Storage Explorer](https://github.com/Microsoft/AzureStorageExplorer/releases/latest). - - [ ] I have checked existing resources, including the [troubleshooting guide](https://docs.microsoft.com/azure/storage/common/storage-explorer-troubleshooting) and the [release notes](https://github.com/microsoft/AzureStorageExplorer/releases). - - [ ] I have searched for [similar issues](https://github.com/Microsoft/AzureStorageExplorer/issues). + - [ ] I have installed the [latest version of Storage Explorer](https://github.com/Microsoft/AzureStorageExplorer/releases/latest). + - [ ] I have checked existing resources, including the [troubleshooting guide](https://docs.microsoft.com/azure/storage/common/storage-explorer-troubleshooting) and the [release notes](https://github.com/microsoft/AzureStorageExplorer/releases). + - [ ] I have searched for [similar issues](https://github.com/Microsoft/AzureStorageExplorer/issues). --- From 90bf243637d20aa7ab8ba827cf3abe57dbe3df86 Mon Sep 17 00:00:00 2001 From: Craig Alvord Date: Wed, 19 Feb 2025 17:33:38 -0800 Subject: [PATCH 5/7] Update bug_report.yml Undo indenting checkboxes --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index be5cd6b..7790f83 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -9,9 +9,9 @@ body: Before submitting a bug report, please make sure you've done the following: - - [ ] I have installed the [latest version of Storage Explorer](https://github.com/Microsoft/AzureStorageExplorer/releases/latest). - - [ ] I have checked existing resources, including the [troubleshooting guide](https://docs.microsoft.com/azure/storage/common/storage-explorer-troubleshooting) and the [release notes](https://github.com/microsoft/AzureStorageExplorer/releases). - - [ ] I have searched for [similar issues](https://github.com/Microsoft/AzureStorageExplorer/issues). + - [ ] I have installed the [latest version of Storage Explorer](https://github.com/Microsoft/AzureStorageExplorer/releases/latest). + - [ ] I have checked existing resources, including the [troubleshooting guide](https://docs.microsoft.com/azure/storage/common/storage-explorer-troubleshooting) and the [release notes](https://github.com/microsoft/AzureStorageExplorer/releases). + - [ ] I have searched for [similar issues](https://github.com/Microsoft/AzureStorageExplorer/issues). --- From 9c99ff4cf723646b42a6ea511b14b93304867332 Mon Sep 17 00:00:00 2001 From: Craig Alvord Date: Wed, 19 Feb 2025 17:34:10 -0800 Subject: [PATCH 6/7] Update feature_request.yml Remove feature request label --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 3005986..4344ec3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,8 +1,6 @@ name: Request a Feature description: Have an idea that would make Storage Explorer better? Let us know! type: "Feature" -labels: - - ":bulb: feature request" body: - type: markdown attributes: From 3afdf1b5aa33fb855e188181069540d8ffa7dc94 Mon Sep 17 00:00:00 2001 From: Craig Alvord Date: Thu, 20 Feb 2025 11:28:55 -0800 Subject: [PATCH 7/7] Fix incorrect spelling Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7790f83..be04154 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -69,8 +69,7 @@ body: id: os-version attributes: label: OS Version - placeholder: Windows 11; macOS Sequioa 15.3.1; Ubuntu 22.04 - + placeholder: Windows 11; macOS Sequoia 15.3.1; Ubuntu 22.04 - type: markdown attributes: value: ---