diff --git a/.github/ISSUE_TEMPLATE/zReportIssue.yml b/.github/ISSUE_TEMPLATE/zReportIssue.yml index 1537bb3..74b05ec 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 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 69a3611..5a2d62a 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