Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Bug_Report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
87 changes: 87 additions & 0 deletions .github/ISSUE_TEMPLATE/Microsoft_Update_Issue.yaml
Original file line number Diff line number Diff line change
@@ -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
[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
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.