|
| 1 | +name: Bug report 🐛 |
| 2 | +description: Report errors or unexpected behavior 🤔 |
| 3 | +labels: Needs-Triage |
| 4 | +body: |
| 5 | +- type: markdown |
| 6 | + attributes: |
| 7 | + value: > |
| 8 | + For Windows PowerShell 5.1 issues, suggestions, or feature requests please use the |
| 9 | + [Feedback Hub app](https://support.microsoft.com/windows/send-feedback-to-microsoft-with-the-feedback-hub-app-f59187f8-8739-22d6-ba93-f66612949332) |
| 10 | +
|
| 11 | + This repository is **ONLY** for PowerShell 7+ docker image issues. |
| 12 | +- type: checkboxes |
| 13 | + attributes: |
| 14 | + label: Prerequisites |
| 15 | + options: |
| 16 | + - label: Write a descriptive title. |
| 17 | + required: true |
| 18 | + - label: Make sure you are able to repro it on the latest image. |
| 19 | + required: true |
| 20 | + - label: Search the existing issues. |
| 21 | + required: true |
| 22 | + - label: Verified that this is not a [Known Issue](https://github.com/PowerShell/PowerShell-Docker/wiki/Known-Issues) |
| 23 | + required: true |
| 24 | + - label: Verified this is not an issues in the underlying windows container that should be reported to [Windows Feedback Hub](https://support.microsoft.com/windows/send-feedback-to-microsoft-with-the-feedback-hub-app-f59187f8-8739-22d6-ba93-f66612949332) |
| 25 | + required: true |
| 26 | +- type: textarea |
| 27 | + attributes: |
| 28 | + label: Steps to reproduce |
| 29 | + description: > |
| 30 | + List of steps, sample code, failing test or link to a project that reproduces the behavior. |
| 31 | + Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues. |
| 32 | + Please include any docker commands you used to run the image. |
| 33 | + placeholder: > |
| 34 | + I am experiencing a problem with X. |
| 35 | + I think Y should be happening but Z is actually happening. |
| 36 | + validations: |
| 37 | + required: true |
| 38 | +- type: textarea |
| 39 | + attributes: |
| 40 | + label: Expected behavior |
| 41 | + render: console |
| 42 | + placeholder: | |
| 43 | + PS> 2 + 2 |
| 44 | + 4 |
| 45 | + validations: |
| 46 | + required: true |
| 47 | +- type: textarea |
| 48 | + attributes: |
| 49 | + label: Actual behavior |
| 50 | + render: console |
| 51 | + placeholder: | |
| 52 | + PS> 2 + 2 |
| 53 | + 5 |
| 54 | + validations: |
| 55 | + required: true |
| 56 | +- type: textarea |
| 57 | + attributes: |
| 58 | + label: Error details |
| 59 | + description: Paste verbatim output of any error |
| 60 | + render: console |
| 61 | + placeholder: PS> Get-Error |
| 62 | +- type: textarea |
| 63 | + attributes: |
| 64 | + label: Environment data |
| 65 | + description: Paste verbatim output from `docker manifest inspect <image reference>` below. |
| 66 | + render: powershell |
| 67 | + placeholder: docker manifest inspect mcr.microsoft.com/powershell |
| 68 | + validations: |
| 69 | + required: true |
| 70 | +- type: textarea |
| 71 | + attributes: |
| 72 | + label: Visuals |
| 73 | + description: > |
| 74 | + Please upload images or animations that can be used to reproduce issues in the area below. |
| 75 | + Try the [Steps Recorder](https://support.microsoft.com/en-us/windows/record-steps-to-reproduce-a-problem-46582a9b-620f-2e36-00c9-04e25d784e47) |
| 76 | + on Windows or [Screenshot](https://support.apple.com/en-us/HT208721) on macOS. |
| 77 | + |
0 commit comments