From d66755ba217b1d57cb4764b11748769d25dbff8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Faruk=20=C3=96zdemir?= Date: Wed, 23 Feb 2022 15:16:59 +0300 Subject: [PATCH] Convert bug report to .yml --- .github/ISSUE_TEMPLATE/bug_report.md | 40 ---------------------------- 1 file changed, 40 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 77c0712d45..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -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] - -**Additional context** -Add any other context about the problem here.