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