From 648998fc2c4dd1fa479150e8a5c4a11614f5f51b Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Wed, 30 Jun 2021 09:59:21 -0700 Subject: [PATCH 1/3] Create Microsoft_Update_Issue.yaml --- .../Microsoft_Update_Issue.yaml | 87 +++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Microsoft_Update_Issue.yaml diff --git a/.github/ISSUE_TEMPLATE/Microsoft_Update_Issue.yaml b/.github/ISSUE_TEMPLATE/Microsoft_Update_Issue.yaml new file mode 100644 index 00000000000..68eb5eadaa9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Microsoft_Update_Issue.yaml @@ -0,0 +1,87 @@ +name: Microsoft Update issue report 🐛 +description: Report issue installing a PowerShell 7 Update or fresh install through Microsoft Update 🤔 +labels: Needs-Triage +assignees: + - TravisEz13 +body: +- type: markdown + attributes: + value: > + For Windows PowerShell 5.1 issues, suggestions, or feature requests please use the + [Windows PowerShell UserVoice](https://windowsserver.uservoice.com/forums/301869-powershell) + + This repository is **ONLY** for PowerShell Core 6 and PowerShell 7+ issues. +- type: checkboxes + attributes: + label: Prerequisites + options: + - label: Write a descriptive title. + required: true + - label: Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) + required: true + - label: Search the existing issues. + required: true + - label: Refer to the [FAQ](https://github.com/PowerShell/PowerShell/blob/master/docs/FAQ.md). + required: true + - label: Refer to the [known issues](https://docs.microsoft.com/powershell/scripting/whats-new/known-issues-ps6). + required: true +- type: textarea + attributes: + label: Steps to reproduce + description: > + List of steps, sample code, failing test or link to a project that reproduces the behavior. + Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues. + placeholder: > + I am experiencing a problem with X. + I think Y should be happening but Z is actually happening. + validations: + required: true +- type: textarea + attributes: + label: Expected behavior + render: console + placeholder: | + PS> 2 + 2 + 4 + validations: + required: true +- type: textarea + attributes: + label: Actual behavior + render: console + placeholder: | + PS> 2 + 2 + 5 + validations: + required: true +- type: textarea + attributes: + label: Environment data + description: Paste verbatim output from `$PSVersionTable` below. + render: powershell + placeholder: PS> $PSVersionTable + validations: + required: true +- type: textarea + attributes: + label: OS Data + description: Paste verbatim output from `(Get-CimInstance Win32_OperatingSystem) | Select-Object -Property Version, Caption` below. + render: powershell + placeholder: PS> (Get-CimInstance Win32_OperatingSystem) | Select-Object -Property Version, Caption + validations: + required: true +- type: textarea + attributes: + label: Windows update log + description: Please run `Get-WindowsUpdateLog` and upload the resulting file to this issue. + render: markdown + placeholder: PS> Get-WindowsUpdateLog + validations: + required: true +- type: textarea + attributes: + label: Visuals + description: > + Please upload images or animations that can be used to reproduce issues in the area below. + Try the [Steps Recorder](https://support.microsoft.com/en-us/windows/record-steps-to-reproduce-a-problem-46582a9b-620f-2e36-00c9-04e25d784e47) + on Windows or [Screenshot](https://support.apple.com/en-us/HT208721) on macOS. From 485e87384b2474ec5389a8564b09e2684fa3e125 Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Wed, 30 Jun 2021 15:23:36 -0700 Subject: [PATCH 2/3] Update Microsoft_Update_Issue.yaml --- .github/ISSUE_TEMPLATE/Microsoft_Update_Issue.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Microsoft_Update_Issue.yaml b/.github/ISSUE_TEMPLATE/Microsoft_Update_Issue.yaml index 68eb5eadaa9..e7fedc259ee 100644 --- a/.github/ISSUE_TEMPLATE/Microsoft_Update_Issue.yaml +++ b/.github/ISSUE_TEMPLATE/Microsoft_Update_Issue.yaml @@ -8,7 +8,7 @@ body: attributes: value: > For Windows PowerShell 5.1 issues, suggestions, or feature requests please use the - [Windows PowerShell UserVoice](https://windowsserver.uservoice.com/forums/301869-powershell) + [Feedback Hub app](https://support.microsoft.com/windows/send-feedback-to-microsoft-with-the-feedback-hub-app-f59187f8-8739-22d6-ba93-f66612949332) This repository is **ONLY** for PowerShell Core 6 and PowerShell 7+ issues. - type: checkboxes From 87f84c64505228df03e6406d7659488b0e868cf3 Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Wed, 30 Jun 2021 15:24:21 -0700 Subject: [PATCH 3/3] Update Bug_Report.yaml --- .github/ISSUE_TEMPLATE/Bug_Report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.yaml b/.github/ISSUE_TEMPLATE/Bug_Report.yaml index 3d5b149edff..c61262daca8 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.yaml +++ b/.github/ISSUE_TEMPLATE/Bug_Report.yaml @@ -6,7 +6,7 @@ body: attributes: value: > For Windows PowerShell 5.1 issues, suggestions, or feature requests please use the - [Windows PowerShell UserVoice](https://windowsserver.uservoice.com/forums/301869-powershell) + [Feedback Hub app](https://support.microsoft.com/windows/send-feedback-to-microsoft-with-the-feedback-hub-app-f59187f8-8739-22d6-ba93-f66612949332) This repository is **ONLY** for PowerShell Core 6 and PowerShell 7+ issues. - type: checkboxes