mirror of
https://github.com/PowerShell/PSDesiredStateConfiguration
synced 2026-06-21 13:45:25 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 24a9318c2e |
@@ -1,71 +0,0 @@
|
|||||||
name: Bug report 🐛
|
|
||||||
description: Report errors or unexpected behavior 🤔
|
|
||||||
labels: Needs-Triage
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: >
|
|
||||||
For Windows PowerShell 5.1 DSC issues, suggestions, or feature requests please use the
|
|
||||||
[Feedback Hub app](https://support.microsoft.com/windows/send-feedback-to-microsoft-with-the-feedback-hub-app-f59187f8-8739-22d6-ba93-f66612949332)
|
|
||||||
|
|
||||||
This repository is **ONLY** for PSDesiredStateConfiguration module available on PowerShellGallery.com
|
|
||||||
- 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 PSDesiredStateConfiguration cmdlet return an error.
|
|
||||||
render: console
|
|
||||||
placeholder: PS> Get-Error
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Environment data
|
|
||||||
description: Paste verbatim output from `$PSVersionTable` below as well as PSDesiredStateConfiguration module info
|
|
||||||
render: powershell
|
|
||||||
placeholder: PS> $PSVersionTable; Get-Module PSDesiredStateConfiguration
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- 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.
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
name: Feature Request / Idea 🚀
|
|
||||||
description: Suggest a new feature or improvement (this does not mean you have to implement it)
|
|
||||||
labels: [Issue-Enhancement, Needs-Triage]
|
|
||||||
body:
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Summary of the new feature / enhancement
|
|
||||||
description: >
|
|
||||||
A clear and concise description of what the problem is that the
|
|
||||||
new feature would solve. Try formulating it in user story style
|
|
||||||
(if applicable).
|
|
||||||
placeholder: "'As a user I want X so that Y...' with X being the being the action and Y being the value of the action."
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Proposed technical implementation details (optional)
|
|
||||||
placeholder: >
|
|
||||||
A clear and concise description of what you want to happen.
|
|
||||||
Consider providing an example PowerShell script experience with expected result.
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
blank_issues_enabled: false
|
|
||||||
contact_links:
|
|
||||||
- name: Documentation Issue
|
|
||||||
url: https://github.com/MicrosoftDocs/PowerShell-Docs-DSC
|
|
||||||
about: Please open issues on documentation for PSDesiredStateConfiguration here.
|
|
||||||
Reference in New Issue
Block a user