From bc1121c4ac7a33cf536cfaa6640eddb1c962c66e Mon Sep 17 00:00:00 2001 From: Nathan Adams Date: Fri, 3 Nov 2023 19:22:43 +0100 Subject: [PATCH] chore: Add 'content location' as a required field to issue reports --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 84074859e..4d38a6cac 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -20,7 +20,6 @@ body: description: | Provide a clear and concise description of what the bug is. - If there are steps to reproduce, list them here. - - If this is an issue with a specific SWF file, please provide a link to the SWF file, or you can attach the SWF by zipping it and dragging it onto the issue box. - If this is a visual issue, please attach a screenshot of the problem. validations: required: true @@ -30,6 +29,12 @@ body: description: A clear and concise description of what you expected to happen. validations: required: true + - type: textarea + attributes: + label: Content Location + description: Where can we find the Flash content related to this issue? You can link to a webpage that has it, or you can attach the SWF by zipping it and dragging it onto the issue box. + validations: + required: true - type: dropdown attributes: label: Affected platform