From 7fd38b39d3b557bcdbae6dd8343393a9f31163af Mon Sep 17 00:00:00 2001 From: herbmarshcentral <215562565+herbmarshcentral@users.noreply.github.com> Date: Wed, 4 Feb 2026 19:38:02 +0000 Subject: [PATCH 1/2] explicitly request links and screenshots from question authors --- .../jinja2/questions/includes/question_editing_frame.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kitsune/questions/jinja2/questions/includes/question_editing_frame.html b/kitsune/questions/jinja2/questions/includes/question_editing_frame.html index eda8c633ab7..cfaa3e4b73d 100644 --- a/kitsune/questions/jinja2/questions/includes/question_editing_frame.html +++ b/kitsune/questions/jinja2/questions/includes/question_editing_frame.html @@ -95,7 +95,9 @@

{% block headline %}{% endblock %}

{% trans %} Be nice and be specific. Our volunteers are Mozilla users just like you who give their own time to help. Telling us “YouTube videos are - always choppy” is much more helpful than “something is broken”. + always choppy” is much more helpful than “something is broken”. + If possible, provide links where you are experiencing the issue and + upload screenshots of error messages and other unexpected behavior. {% endtrans %} {% endif %} From 0fea8634b993fe4d3d352b59a61b8551d314e815 Mon Sep 17 00:00:00 2001 From: herbmarshcentral <215562565+herbmarshcentral@users.noreply.github.com> Date: Wed, 4 Feb 2026 19:41:33 +0000 Subject: [PATCH 2/2] remove whitespace --- .../jinja2/questions/includes/question_editing_frame.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kitsune/questions/jinja2/questions/includes/question_editing_frame.html b/kitsune/questions/jinja2/questions/includes/question_editing_frame.html index cfaa3e4b73d..230d847b59e 100644 --- a/kitsune/questions/jinja2/questions/includes/question_editing_frame.html +++ b/kitsune/questions/jinja2/questions/includes/question_editing_frame.html @@ -95,8 +95,8 @@

{% block headline %}{% endblock %}

{% trans %} Be nice and be specific. Our volunteers are Mozilla users just like you who give their own time to help. Telling us “YouTube videos are - always choppy” is much more helpful than “something is broken”. - If possible, provide links where you are experiencing the issue and + always choppy” is much more helpful than “something is broken”. + If possible, provide links where you are experiencing the issue and upload screenshots of error messages and other unexpected behavior. {% endtrans %} {% endif %}