From c4df226cfd4efcfdd4aae332d1ac598336821fa7 Mon Sep 17 00:00:00 2001 From: Sanchith Hegde Date: Sun, 3 Oct 2021 01:40:52 +0530 Subject: github: Convert issue templates to use forms (#1510) --- .github/ISSUE_TEMPLATE/bug_report.md | 41 ------------------------------------ 1 file changed, 41 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md (limited to '.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 0b3d11cc..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -name: Bug report -about: Create a report to help us address issues you are facing with the app -title: "[BUG]" -labels: 'C-bug, S-awaiting-triage' ---- - - - -**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 - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Device information (please complete the following information):** - - Device: [e.g. Google Pixel 2] - - OS: [e.g. stock ROM Android version 9.0] - - App version [e.g. 3.1.0] - -**Additional context** -Add any other context about the problem here. -- cgit v1.2.3