|
| 1 | +name: Bug Report |
| 2 | +description: File a bug report |
| 3 | +labels: ["bug"] |
| 4 | +assignees: |
| 5 | + - rebelinux |
| 6 | +body: |
| 7 | + - type: textarea |
| 8 | + id: bug-description |
| 9 | + attributes: |
| 10 | + label: Bug description |
| 11 | + description: >- |
| 12 | + Please provide a clear and concise description of the bug. |
| 13 | + validations: |
| 14 | + required: true |
| 15 | + - type: input |
| 16 | + id: command-line-input |
| 17 | + attributes: |
| 18 | + label: Command-line input |
| 19 | + description: >- |
| 20 | + Please provide the command line input you are using to run AsBuiltReport. Please ensure that you obscure any sensitive information. |
| 21 | + placeholder: New-AsBuiltReport -Report Microsoft.Windows -Target xxxxxxx -Format Word,HTML -OutputFolderPath .\Documents\ -AsBuiltConfigFilePath .\AsBuiltReport\AsBuiltReport.json -ReportConfigFilePath .\AsBuiltReport\AsBuiltReport.Microsoft.Windows.json -EnableHealthCheck -Verbose |
| 22 | + validations: |
| 23 | + required: true |
| 24 | + - type: textarea |
| 25 | + id: steps-to-reproduce |
| 26 | + attributes: |
| 27 | + label: Steps to reproduce |
| 28 | + description: >- |
| 29 | + Please provide a detailed list of steps to reproduce the bug. |
| 30 | + placeholder: |- |
| 31 | + 1. .... |
| 32 | + 2. .... |
| 33 | + 3. .... |
| 34 | + validations: |
| 35 | + required: true |
| 36 | + - type: textarea |
| 37 | + id: expected-behaviour |
| 38 | + attributes: |
| 39 | + label: Expected behaviour |
| 40 | + description: >- |
| 41 | + Please provide a clear and concise description of what you expected to happen. |
| 42 | + validations: |
| 43 | + required: true |
| 44 | + - type: textarea |
| 45 | + id: screenshots |
| 46 | + attributes: |
| 47 | + label: Screenshots |
| 48 | + description: >- |
| 49 | + Please attach any screenshots to help explain the problem. Please ensure that you obscure any sensitive information. |
| 50 | + placeholder: |- |
| 51 | + Drag and drop screenshots here. |
| 52 | + - type: textarea |
| 53 | + id: operating-system |
| 54 | + attributes: |
| 55 | + label: Operating System |
| 56 | + description: Please provide information about the operating system are you using. |
| 57 | + placeholder: macOS Big Sur, Windows 10, Ubuntu 20.04 LTS |
| 58 | + validations: |
| 59 | + required: true |
| 60 | + - type: textarea |
| 61 | + id: powershell-version |
| 62 | + attributes: |
| 63 | + label: PowerShell Version |
| 64 | + description: Please provide information about the PowerShell version you are using. Please provide the output from the following PowerShell command `$PSVersionTable`. |
| 65 | + placeholder: $PSVersionTable |
| 66 | + validations: |
| 67 | + required: true |
| 68 | + - type: textarea |
| 69 | + id: powershell-modules |
| 70 | + attributes: |
| 71 | + label: PowerShell Modules |
| 72 | + description: Please provide information about the PowerShell modules are you using. Please provide the output from the following PowerShell command `Get-Module -ListAvailable @("AsBuiltReport.Core";"AsBuiltReport.Microsoft.Windows";"PScribo") | Select Name, Version` |
| 73 | + placeholder: Get-Module -ListAvailable @("AsBuiltReport.Core";"AsBuiltReport.Microsoft.Windows";"PScribo") | Select Name, Version |
| 74 | + validations: |
| 75 | + required: true |
| 76 | + - type: textarea |
| 77 | + id: additional-context |
| 78 | + attributes: |
| 79 | + label: Additional Context |
| 80 | + description: This field is optional. You may provide additional context for the bug you wish to report. You may wish to include links to any related [issues](https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.Windows/issues) or other relevant information. |
| 81 | + - type: checkboxes |
| 82 | + id: checklist |
| 83 | + attributes: |
| 84 | + label: Before submitting |
| 85 | + description: >- |
| 86 | + Please ensure your bug report fulfills all of the following requirements. |
| 87 | + If you are unsure of what a specific requirement means, please follow the links to learn about it and understand why it is necessary before submitting. |
| 88 | + options: |
| 89 | + - label: >- |
| 90 | + I have read and followed the [bug reporting guidelines](https://www.asbuiltreport.com/about/contributing/#reporting-issues-and-bugs). |
| 91 | + required: true |
| 92 | + - label: >- |
| 93 | + I have read [the documentation](https://www.asbuiltreport.com/user-guide/new-asbuiltconfig), |
| 94 | + and referred to the [known issues](https://www.asbuiltreport.com/user-guide/known-issues/) before submitting this bug report. |
| 95 | + required: true |
| 96 | + - label: >- |
| 97 | + I have checked for previously opened & closed [issues](https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.Windows/issues) before submitting this bug report. |
| 98 | + required: true |
0 commit comments