From 4ff47d2a6a4eba799399e273f2a1251b8684181d Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Wed, 23 Feb 2022 07:57:13 -0500 Subject: [PATCH] minor tweaks --- .github/ISSUE_TEMPLATE/bug_report_template.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_template.yml b/.github/ISSUE_TEMPLATE/bug_report_template.yml index 546599df9f..facba2ace5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_template.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_template.yml @@ -18,7 +18,7 @@ body: id: reproduction attributes: label: Reproduction - description: Please provide a link to a repo or REPL that can reproduce the problem you ran into. + description: Please provide a link to a repo or REPL that can reproduce the problem you ran into. Or provide the Python code below that can be run to reproduce the issue. placeholder: Reproduction validations: required: true @@ -26,19 +26,19 @@ body: id: logs attributes: label: Screenshot - description: "Please include a screenshot as it makes it much more clear" + description: "If possible, please include screenshot(s) so that we can understand what the issue is." render: shell - type: textarea id: logs attributes: label: Logs - description: "Please include the logs if you can. You can get the logs with debug=True, ie: gradio.Interface.launch(debug=True)" + description: "Please include the Python or Javascript logs if you can. If you are running in a colab notebooks, you can get the logs with by setting `debug=True`, i.e: `gradio.Interface.launch(debug=True)`" render: shell - type: textarea id: system-info attributes: label: System Info - description: Please share your system info with us, you can get the gradio version with `gradio__version__` + description: Please share your system info with us, you can get the Gradio version with `gradio.__version__` render: shell placeholder: Gradio version, Operating System, Browser validations: