Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/Bug_Report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ body:
- type: textarea
attributes:
label: Expected behavior
render: console
render: shell
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure we actually want this change - console is accurate (we're asking users to submit the text from a terminal session, including both commands and output).

Shell highlighting will give POSIX shell syntax highlighting for the commands but may look strange for output and will incorrectly highlight when the user's shell was PowerShell.

placeholder: |
dsc config get --path ./repro.dsc.config.yaml

results:
- name: repro
type: Microsoft.DSC.Debug/Echo
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Feature_Request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change removes the trimming of trailing spacing. It doesn't make a large difference here, but I'm not sure why copilot suggested it.

'As a user I want X so that Y...' with X being the
action and Y being the value of the action.
validations:
Expand Down