|
| 1 | +name: Bug Report |
| 2 | +description: File a bug report |
| 3 | +title: "[Bug]: " |
| 4 | +labels: ["bug"] |
| 5 | +assignees: |
| 6 | + - tpcarman |
| 7 | +body: |
| 8 | + - type: markdown |
| 9 | + attributes: |
| 10 | + value: | |
| 11 | + Thanks for taking the time to fill out this bug report :) |
| 12 | + - Kindly **DO NOT** ask for instructions. |
| 13 | + - Use [Discussions](https://github.com/orgs/AsBuiltReport/discussions) section if you have a query or doubts or any other relevant question. |
| 14 | + - You may join [Slack community](https://the-code-community.slack.com#asbuiltreport) to interact with fellow contributors and users |
| 15 | + - Read project's [Web Site](https://www.asbuiltreport.com/user-guide/installation/) for detailed documentation. |
| 16 | + - Read project's [FAQs](https://www.asbuiltreport.com/support/faq/) section for Frequently asked questions. |
| 17 | + - Search for previous [Issues](https://github.com/AsBuiltReport/AsBuiltReport.Nutanix.PrismElement/issues)/[Pull Requests](https://github.com/AsBuiltReport/AsBuiltReport.Nutanix.PrismElement/pulls) if this issue is already reported or fix has been created. |
| 18 | + - type: textarea |
| 19 | + id: bug-description |
| 20 | + attributes: |
| 21 | + label: Bug description |
| 22 | + description: >- |
| 23 | + Please provide a clear and concise description of the bug. |
| 24 | + validations: |
| 25 | + required: true |
| 26 | + - type: input |
| 27 | + id: command-line-input |
| 28 | + attributes: |
| 29 | + label: Command-line input |
| 30 | + description: >- |
| 31 | + Please provide the command line input you are using to run AsBuiltReport. Please ensure that you obscure any sensitive information. |
| 32 | + placeholder: New-AsBuiltReport -Report Nutanix.PrismElement -Target xxxxxxx -Format Word,HTML -OutputFolderPath .\Documents\ -AsBuiltConfigFilePath .\AsBuiltReport\AsBuiltReport.json -ReportConfigFilePath .\AsBuiltReport\AsBuiltReport.Nutanix.PrismElement.json -EnableHealthCheck -Verbose |
| 33 | + validations: |
| 34 | + required: true |
| 35 | + - type: textarea |
| 36 | + id: steps-to-reproduce |
| 37 | + attributes: |
| 38 | + label: Steps to reproduce |
| 39 | + description: >- |
| 40 | + Please provide a detailed list of steps to reproduce the bug. |
| 41 | + placeholder: |- |
| 42 | + 1. .... |
| 43 | + 2. .... |
| 44 | + 3. .... |
| 45 | + validations: |
| 46 | + required: true |
| 47 | + - type: textarea |
| 48 | + id: expected-behaviour |
| 49 | + attributes: |
| 50 | + label: Expected behaviour |
| 51 | + description: >- |
| 52 | + Please provide a clear and concise description of what you expected to happen. |
| 53 | + validations: |
| 54 | + required: true |
| 55 | + - type: textarea |
| 56 | + id: screenshots |
| 57 | + attributes: |
| 58 | + label: Screenshots |
| 59 | + description: >- |
| 60 | + Please attach any screenshots to help explain the problem. Please ensure that you obscure any sensitive information. |
| 61 | + placeholder: |- |
| 62 | + Drag and drop screenshots here. |
| 63 | + - type: textarea |
| 64 | + id: operating-system |
| 65 | + attributes: |
| 66 | + label: Operating System |
| 67 | + description: Please provide information about the operating system are you using. |
| 68 | + placeholder: macOS Big Sur, Windows 10, Ubuntu 20.04 LTS |
| 69 | + validations: |
| 70 | + required: true |
| 71 | + - type: textarea |
| 72 | + id: powershell-version |
| 73 | + attributes: |
| 74 | + label: PowerShell Version |
| 75 | + description: Please provide information about the PowerShell version you are using. Please provide the output from the following PowerShell command `$PSVersionTable`. |
| 76 | + placeholder: $PSVersionTable |
| 77 | + validations: |
| 78 | + required: true |
| 79 | + - type: textarea |
| 80 | + id: powershell-modules |
| 81 | + attributes: |
| 82 | + label: PowerShell Modules |
| 83 | + 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";"PScribo") | Select Name, Version` |
| 84 | + placeholder: Get-Module -ListAvailable @("AsBuiltReport.Core";"PScribo") | Select Name, Version |
| 85 | + validations: |
| 86 | + required: true |
| 87 | + - type: textarea |
| 88 | + id: additional-context |
| 89 | + attributes: |
| 90 | + label: Additional Context |
| 91 | + 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.Nutanix.PrismElement/issues) or other relevant information. |
| 92 | + - type: checkboxes |
| 93 | + id: checklist |
| 94 | + attributes: |
| 95 | + label: Before submitting |
| 96 | + description: >- |
| 97 | + Please ensure your bug report fulfills all of the following requirements. |
| 98 | + 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. |
| 99 | + options: |
| 100 | + - label: >- |
| 101 | + I have read and followed the [bug reporting guidelines](https://www.asbuiltreport.com/about/contributing/#reporting-issues-and-bugs). |
| 102 | + required: true |
0 commit comments