From 8970fa87a39a0d1d47ce0a11faf452708e2fe4af Mon Sep 17 00:00:00 2001 From: light7734 Date: Wed, 16 Jul 2025 13:26:05 +0330 Subject: [PATCH] docs: remove github issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ---------------------------- 1 file changed, 36 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 cdd38be..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: "[BUG]: " -labels: '' -assignees: Light3039 - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**To Reproduce** -Steps to reproduce the behavior: -1. Make projects "..." -2. Build projects "..." -3. Run project (Mirror/Sandbox) "..." -4. Do "..." -5. See bug "..." - -**System (you can omit any of the fields except OS and Console's debug output):** - - OS: [e.g. Manjaro Linux v21.1.0] -- GPU: [e.g. NVIDIA GeForce GTX 1050 Ti Mobile] -- CPU: [e.g. Intel i7-7700HQ (8) @ 3.800GHz] - - - Console's debug output (omit if bug occurs before running the program): - -**Screenshots** -If applicable, add screenshots to help explain your problem. -If possible add screen shot of console's debug output and neofetch. - -**Additional context** -Add any other context about the problem here.