Skip to content

Commit

Permalink
(chocolatey-community#1754) Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Broadwith <[email protected]>
Co-authored-by: Gary Ewan Park <[email protected]>
  • Loading branch information
3 people committed Jan 18, 2022
1 parent 0d13873 commit 603aa34
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/outdated-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit 603aa34

Please sign in to comment.