From e08c3816d71da77d51f65215832e0f382e2a2248 Mon Sep 17 00:00:00 2001 From: choco-sync Date: Mon, 23 Sep 2024 14:54:09 +0000 Subject: [PATCH 1/2] (maint) synced local '.github/ISSUE_TEMPLATE/' with remote '.github/ISSUE_TEMPLATE/' --- .github/ISSUE_TEMPLATE/zReportIssue.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/zReportIssue.yml b/.github/ISSUE_TEMPLATE/zReportIssue.yml index 1537bb3f..74b05ec9 100644 --- a/.github/ISSUE_TEMPLATE/zReportIssue.yml +++ b/.github/ISSUE_TEMPLATE/zReportIssue.yml @@ -54,9 +54,9 @@ body: attributes: label: How Did You Get This To Happen? description: | - Please include a complete set of reproducible steps that another user or maintainer of the repository can follow to get the same behavior that you are seeing. + Please include a complete set of _reproducible steps_ that another user or maintainer of the repository can follow to get the same behavior that you are seeing. _Reproducible steps_ should allow _anybody_ who is unfamiliar with your issue or environment to be able to reproduce your issue. This may include code, scripts or other environment configuration. - **NOTE: We may be unable to troubleshoot/respond to issues without reproducible steps. If you do not complete this section, there is a high chance your issue may be closed.** + **NOTE: We are unlikely to be able to troubleshoot or respond to issues without _reproducible steps_. If you do not complete this section with _reproducible steps_, the issue will be closed.** placeholder: | 1. I ran this command `choco source list` 2. No sources were displayed From e4c80fd03142cab7ff7da01bbaffcdee0c389016 Mon Sep 17 00:00:00 2001 From: choco-sync Date: Mon, 23 Sep 2024 14:54:09 +0000 Subject: [PATCH 2/2] (maint) synced local '.github/PULL_REQUEST_TEMPLATE.md' with remote '.github/PULL_REQUEST_TEMPLATE.md' --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 69a3611f..5a2d62a8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -36,8 +36,8 @@ Please remove all comments before submitting. --> ### Operating Systems Testing @@ -56,7 +56,7 @@ Please remove all comments before submitting. * [ ] Documentation has been updated. * [ ] Tests to cover my changes, have been added. * [ ] All new and existing tests passed? -* [ ] PowerShell code changes: PowerShell v2 compatibility checked? +* [ ] PowerShell code changes: PowerShell v3 compatibility checked? ## Related Issue