From 2b4fc8032e4eeb6950375c9539f36e2b73651cda Mon Sep 17 00:00:00 2001 From: "qbox-duck[bot]" <152818034+qbox-duck[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 07:33:42 +0000 Subject: [PATCH] chore: synced local '.github/' with remote 'repo-template/.github/' --- .github/ISSUE_TEMPLATE/bug_report.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3c06471..7605230 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -48,9 +48,9 @@ body: - type: input id: updated attributes: - label: Last Updated - description: When have you last updated? - placeholder: e.g. last week, today + label: Current Version + description: What version of the resource are you currently using? + placeholder: e.g. v1.3.0, v1.4.0 validations: required: true - type: input @@ -61,10 +61,3 @@ body: placeholder: e.g. zdiscord, qb-target validations: required: true - - type: input - id: renamed - attributes: - label: Resource Rename - description: Have you renamed this resource from `qb-` to something custom? - validations: - required: true