From 603aa345a60b4de7cd2b8544416a8d5df7b09394 Mon Sep 17 00:00:00 2001 From: "Kim J. Nordmo" Date: Tue, 18 Jan 2022 10:13:41 +0100 Subject: [PATCH] (#1754) Apply suggestions from code review Co-authored-by: Paul Broadwith Co-authored-by: Gary Ewan Park --- .github/ISSUE_TEMPLATE/bug-report.yml | 11 ++++++----- .github/ISSUE_TEMPLATE/outdated-report.yml | 8 ++++---- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 20417e5a9fd5..66bbf203b813 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -6,8 +6,7 @@ body: - type: markdown attributes: value: | - Thank you for taking the time to fill out this bug report! Please fill out out the necessary information as complete as you can. Remember, it is better to include too much information, than too little. - Additionall, make sure that the issue title starts with the name of the package you was seeing the issue with inside paranthesis. + Thank you for taking the time to fill out this bug report! Please fill out out the necessary information as complete as you can. Remember, it is better to include too much information, than too little. Additionally, make sure that the issue title starts with the name of the package you were seeing the issue with inside paranthesis (e.g. `(putty)`). **Do NOT report Security related issues here, instead use the Report Abuse on the package page instead. See https://docs.chocolatey.org/en-us/information/security#report-issue** - type: dropdown @@ -19,11 +18,13 @@ body: Do mind that versions older than the latest version that was available 1 year ago will not be supported. multiple: true options: + - 0.12.0 - 0.11.3 - 0.11.2 - 0.11.1 - 0.11.0 - 0.10.15 + - Other (note in the comments) validations: required: true - type: dropdown @@ -94,9 +95,9 @@ body: attributes: label: Chocolatey Log description: | - Include the log that have been created by Chocolatey. If possible it is prefered to be a link to a file located at https://gist.github.com instead of embedded directly inside the issue. + Include the log that has been created by Chocolatey. If possible, it is prefered that this be a link to a file located at https://gist.github.com instead of embedded directly inside the issue. Remember to remove any **sensitive information** from the log before posting. - Tip: For standard installations, the Chocolatey log file is located in `C:\ProgramData\chocolatey\logs\chocolatey.log`. + Tip: For standard installations, the Chocolatey log file is located at `C:\ProgramData\chocolatey\logs\chocolatey.log`. render: shell validations: required: true @@ -107,6 +108,6 @@ body: description: | Links? References? Anything that will give us more context about the issue you are encountering? - Tip: You cat attach images by clicking this area to highlight it and then drag files in. + Tip: You can attach images by clicking this area to highlight it and then drag files in. validations: required: false diff --git a/.github/ISSUE_TEMPLATE/outdated-report.yml b/.github/ISSUE_TEMPLATE/outdated-report.yml index 0345dd0ce2ff..ea56fb799156 100644 --- a/.github/ISSUE_TEMPLATE/outdated-report.yml +++ b/.github/ISSUE_TEMPLATE/outdated-report.yml @@ -8,7 +8,7 @@ body: value: | Thank you for taking the time to report an outdated package. To validate the request please fill out the necessary items. - Make sure that the title of the issue starts with the package identifier that is outdated, inside paranthesis. + Make sure that the title of the issue starts with the package identifier that is outdated, inside parenthesis (e.g. `(putty)`). - type: checkboxes attributes: label: Checklist @@ -20,7 +20,7 @@ body: required: true - label: I have looked to see if there are any Bug reports that prevents a new version being submitted. required: true - - label: I have verified the new version have a Windows Binary (Installer, Archive, etc). + - label: I have verified the new version has a Windows binary (EXE or MSI installer, Zip or other archive, etc). required: true - type: input id: package-version @@ -33,13 +33,13 @@ body: id: download-location attributes: label: Download location - description: Please provide the link to where the binary for the package can be downloaded from (Installer, Archive, etc). + description: Please provide the link to where the binary for the package can be downloaded from installer, archive, etc). validations: required: false # We don't really expect users to know this, but it will be helpful. - type: input id: package-url attributes: label: Package Page - description: Please provide the link to the package that is outdated. + description: Please provide the Chocolatey Community Repository link to the package that is outdated. validations: required: false