|
| 1 | +name: Problem with a resource |
| 2 | +description: If you have a problem, bug, or enhancement with a resource in this resource module. |
| 3 | +labels: [] |
| 4 | +assignees: [] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Please prefix the issue title (above) with the resource name, e.g. 'ResourceName: Short description of my issue'! |
| 10 | +
|
| 11 | + Your feedback and support is greatly appreciated, thanks for contributing! |
| 12 | + - type: textarea |
| 13 | + id: description |
| 14 | + attributes: |
| 15 | + label: Problem description |
| 16 | + description: Details of the scenario you tried and the problem that is occurring. |
| 17 | + validations: |
| 18 | + required: true |
| 19 | + - type: textarea |
| 20 | + id: logs |
| 21 | + attributes: |
| 22 | + label: Verbose logs |
| 23 | + description: | |
| 24 | + Verbose logs showing the problem. **NOTE! Sensitive information should be obfuscated.** _Will be automatically formatted as plain text._ |
| 25 | + placeholder: | |
| 26 | + Paste verbose logs here |
| 27 | + render: text |
| 28 | + validations: |
| 29 | + required: true |
| 30 | + - type: textarea |
| 31 | + id: configuration |
| 32 | + attributes: |
| 33 | + label: DSC configuration |
| 34 | + description: | |
| 35 | + The DSC configuration that is used to reproduce the issue (as detailed as possible). **NOTE! Sensitive information should be obfuscated.** _Will be automatically formatted as PowerShell code._ |
| 36 | + placeholder: | |
| 37 | + Paste DSC configuration here |
| 38 | + render: powershell |
| 39 | + validations: |
| 40 | + required: true |
| 41 | + - type: textarea |
| 42 | + id: suggestedSolution |
| 43 | + attributes: |
| 44 | + label: Suggested solution |
| 45 | + description: Do you have any suggestions how to solve the issue? |
| 46 | + validations: |
| 47 | + required: true |
| 48 | + - type: textarea |
| 49 | + id: targetNodeOS |
| 50 | + attributes: |
| 51 | + label: Operating system the target node is running |
| 52 | + description: | |
| 53 | + Please provide as much as possible about the target node, for example edition, version, build, and language. _Will be automatically formatted as plain text._ |
| 54 | +
|
| 55 | + On OS with WMF 5.1 the following command can help get this information: `Get-ComputerInfo -Property @('OsName','OsOperatingSystemSKU','OSArchitecture','WindowsVersion','WindowsBuildLabEx','OsLanguage','OsMuiLanguages')` |
| 56 | + placeholder: | |
| 57 | + Add operating system information here |
| 58 | + render: text |
| 59 | + validations: |
| 60 | + required: true |
| 61 | + - type: textarea |
| 62 | + id: targetNodePS |
| 63 | + attributes: |
| 64 | + label: PowerShell version and build the target node is running |
| 65 | + description: | |
| 66 | + Please provide the version and build of PowerShell the target node is running. _Will be automatically formatted as plain text._ |
| 67 | +
|
| 68 | + To help with this information, please run this command: `$PSVersionTable` |
| 69 | + placeholder: | |
| 70 | + Add PowerShell information here |
| 71 | + render: text |
| 72 | + validations: |
| 73 | + required: true |
| 74 | + - type: textarea |
| 75 | + id: moduleVersion |
| 76 | + attributes: |
| 77 | + label: xoap-application-packaging-dsc version |
| 78 | + description: | |
| 79 | + Please provide the version of the xoap-application-packaging-dsc module that was used. _Will be automatically formatted as plain text._ |
| 80 | +
|
| 81 | + To help with this information, please run this command: `Get-Module -Name 'xoap-application-packaging-dsc' -ListAvailable | ft Name,Version,Path` |
| 82 | + placeholder: | |
| 83 | + Add module information here |
| 84 | + render: text |
| 85 | + validations: |
| 86 | + required: true |
0 commit comments