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]>
Co-authored-by: TheCakeIsNaOH <[email protected]>
  • Loading branch information
4 people committed Feb 14, 2022
1 parent 72396da commit 1b44893
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
13 changes: 7 additions & 6 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ 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.
**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**.
**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**
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)`).
- type: dropdown
id: choco-version
attributes:
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
15 changes: 9 additions & 6 deletions .github/ISSUE_TEMPLATE/outdated-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,22 @@ 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
description: Before continuing, make sure that you have done the following.
options:
- label: I have checked the moderation queue that no new version have been submitted (only visible when logged in), or the submitted package version have failed the Automated Checks.
- label: |
I have checked the moderation queue that no new version have been submitted (only visible when logged in), or the submitted package version have failed the Automated Checks.
Please navigate to the following [link](https://community.chocolatey.org/packages?q=&moderatorQueue=true&moderationStatus=all-statuses&prerelease=false&sortOrder=package-download-count) to view the moderation queue.
required: true
- label: I have verified that the new version is a stable release.
required: true
- label: I have looked to see if there are any Bug reports that prevents a new version being submitted.
- label: I have looked to see if there are any Bug reports that prevents a new version being submitted and that no existing Outdated reports have been created.
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 +36,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 1b44893

Please sign in to comment.