Skip to content

Commit

Permalink
(maint) Update templates with additional checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Feb 29, 2024
1 parent 9fa1676 commit 01b457a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ body:
**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: checkboxes
attributes:
label: Checklist
description: Before continuing, make sure that you have done the following.
options:
- label: I have verified that this is the correct repository, and the package is maintained by the chocolatey-community user.
required: true
- label: I have verified that this is happening in the latest available version of the package.
- type: dropdown
id: choco-version
attributes:
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/outdated-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ body:
required: true
- label: I have verified the new version has a Windows binary (EXE or MSI installer, Zip or other archive, etc).
required: true
- label: I have verified that this is the correct repository, and the package is maintained by the chocolatey-community user.
required: true
- type: input
id: package-version
attributes:
Expand Down

0 comments on commit 01b457a

Please sign in to comment.