From f6973bfdb3498c8fbfab8543943fd9314ce1210c Mon Sep 17 00:00:00 2001 From: Jed Fox <git@jedfox.com> Date: Tue, 31 Jan 2023 18:04:56 -0500 Subject: [PATCH] Add a suggestion to upload the imported file if reporting an import bug (#605) --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index b13c67682..7d07c7b19 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -22,7 +22,7 @@ body: id: what-happened attributes: label: What happened? - description: Also tell us, what did you expect to happen? + description: Also tell us, what did you expect to happen? If you’re reporting an issue with imports, please attach a (redacted) version of the file you’re having trouble importing. You may need to zip it before uploading. placeholder: Tell us what you see! value: 'A bug happened!' validations: -- GitLab