From a6b46490e00ca6bbf530ee354d4ebd6248ca0951 Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 15 Jan 2026 16:16:39 +0500 Subject: Remove .github/ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE/bug_report.md | 30 ------------------------------ .github/ISSUE_TEMPLATE/feature_request.md | 20 -------------------- 2 files changed, 50 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 44c43a3..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' ---- - -### Description - - -### Steps to reproduce - - - - - -### Expected behaviour - - -### Screenshots (optional) - - -### Environment -- Binary source: release -- Operating system: -- Game version: - -### Additional context - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 19d746b..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: enhancement -assignees: '' ---- - -### Description - - - -### Proposed solution - - -### Alternative solutions - - -### Additional context - -- cgit