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).
24 lines
878 B
YAML
24 lines
878 B
YAML
name: Feature Request / Idea 🚀
|
|
description: Suggest a new feature or improvement (this does not mean you have to implement it)
|
|
labels:
|
|
- 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
|
|
experience with expected result.
|