From 3930b572aba7a789eaace5b46f53fc6fb202b080 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Wed, 6 May 2026 15:58:29 -0700 Subject: [PATCH] Small changes to GitHub templates --- .github/ISSUE_TEMPLATE/Bug_Report.yml | 10 +++++----- .github/ISSUE_TEMPLATE/Feature_Request.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.yml b/.github/ISSUE_TEMPLATE/Bug_Report.yml index 03354b389..7cce6d935 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.yml +++ b/.github/ISSUE_TEMPLATE/Bug_Report.yml @@ -53,10 +53,10 @@ body: - type: textarea attributes: label: Expected behavior - render: console + render: shell placeholder: | dsc config get --path ./repro.dsc.config.yaml - + results: - name: repro type: Microsoft.DSC.Debug/Echo @@ -70,11 +70,11 @@ body: - type: textarea attributes: label: Actual behavior - render: console + render: shell placeholder: | # Enable debug tracing, which shouldn't contain any private data dsc -l debug config get --path ./repro.dsc.config.yaml - + results: - name: repro type: Microsoft.DSC.Debug/Echo @@ -89,7 +89,7 @@ body: attributes: label: Error details description: Paste verbatim output from DSC if it returns an error - render: console + render: shell - type: textarea attributes: label: Environment data diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.yml b/.github/ISSUE_TEMPLATE/Feature_Request.yml index 76c6bec52..8bcd75018 100644 --- a/.github/ISSUE_TEMPLATE/Feature_Request.yml +++ b/.github/ISSUE_TEMPLATE/Feature_Request.yml @@ -13,7 +13,7 @@ body: 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: >- + placeholder: > 'As a user I want X so that Y...' with X being the action and Y being the value of the action. validations: