From 2878232ba42a7d306aea1e978508a8fce49b1548 Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Thu, 25 May 2023 23:41:30 +0000 Subject: [PATCH] Update with better checkboxes bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index c19de2f..7917d93 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -8,9 +8,21 @@ body: label: Please confirm description: Issues without all checks may be ignored/closed. options: - - label: I have searched existing issues - - label: This issue is not a duplicate of an existing one + - label: I have searched existing issues and found no duplicate + required: true - label: I will fill this out to the best of my ability + required: true + validations: + required: true + - type: checkboxes + id: dev-options + attributes: + label: Extra details + description: Various things that often are forgotten. + options: + - label: I am using a custom `pt_oc.json` file + - label: I am using a custom `limits_cache.json` file + - label: I have submitted a log through the PowerTools UI validations: required: true - type: textarea