mirror of
https://github.com/PowerShell/PSDesiredStateConfiguration
synced 2026-06-21 13:45:25 +00:00
04830ef480
This change replaces the default issue templates with YAML issue templates based on those used across the other PowerShell modules. It introduces configuration for the issues, including links to filing feedback for PowerShell, Windows PowerShell, documentation, and Azure Policy (as **PSDesiredStateConfiguration** v2+ is users of Azure Policy's machine configuration feature).
78 lines
2.4 KiB
YAML
78 lines
2.4 KiB
YAML
name: Bug report 🐛
|
|
description: Report errors or unexpected behavior 🤔
|
|
labels:
|
|
- bug
|
|
- Needs-Triage
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: >-
|
|
This repository is **ONLY** for issues related to DSC in the published
|
|
PSDesiredStateConfiguration module.
|
|
- 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://www.powershellgallery.com/packages/PSDesiredStateConfiguration)
|
|
required: true
|
|
- label: Search the existing issues.
|
|
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: Error details
|
|
description: Paste verbatim output from `Get-Error` if PowerShell returns an error.
|
|
render: console
|
|
placeholder: PS> Get-Error
|
|
- type: textarea
|
|
attributes:
|
|
label: Environment data
|
|
description: Paste verbatim output from `$PSVersionTable` below.
|
|
render: PowerShell
|
|
placeholder: PS> $PSVersionTable
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Version
|
|
description: Specify the version of Crescendo you are using.
|
|
- 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.
|