From ab3a649cf90eae497098c26ee52d05ef498c04a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Faruk=20=C3=96zdemir?= Date: Wed, 23 Feb 2022 15:01:24 +0300 Subject: [PATCH] bug report template update --- .github/ISSUE_TEMPLATE/bug_report.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5f2ec5badc..77c0712d45 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,31 +1,40 @@ --- -name: Bug report -about: Create a report to help us improve -title: '' +name: Bug report about: Create a report to help us improve title: '' labels: '' assignees: '' --- **Describe the bug** + A clear and concise description of what the bug is. **To Reproduce** + Steps to reproduce the behavior: + 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error + +**Code Snippet** + +Share a code snippet for easy reproduction. Google colab links can die in the future. + +``` +import gradio as gr ``` - **Screenshots** + If applicable, add screenshots to help explain your problem. **Device information (please complete the following information):** - - OS: [e.g. Windows or iOS] - - Browser [e.g. chrome, safari] - - Gradio version [e.g. 2.5.1] + +- OS: [e.g. Windows or iOS] +- Browser [e.g. chrome, safari] +- Gradio version [e.g. 2.5.1] **Additional context** Add any other context about the problem here.