summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2026-01-15 16:16:39 +0500
committeruntodesu <kirill@untode.su>2026-01-15 16:16:39 +0500
commita6b46490e00ca6bbf530ee354d4ebd6248ca0951 (patch)
treef2e2bc11c6b930a7a7ba72e49db26a21e9f2a46b /.github/ISSUE_TEMPLATE
parent415e6c8d3f19583aca1fc2b606ac32e317024630 (diff)
downloadvoxelius-a6b46490e00ca6bbf530ee354d4ebd6248ca0951.tar.bz2
voxelius-a6b46490e00ca6bbf530ee354d4ebd6248ca0951.zip
Remove .github/ISSUE_TEMPLATE
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md30
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md20
2 files changed, 0 insertions, 50 deletions
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
-<!-- A clear and concise description of what happened -->
-
-### Steps to reproduce
-<!-- Clear algorithmic step-by-step description of how does it happen -->
-<!-- 1. Go to X -->
-<!-- 2. Click on Y -->
-<!-- 3. Observe the error -->
-
-### Expected behaviour
-<!-- A clear and concise description of what you expected to happen -->
-
-### Screenshots (optional)
-<!-- If applicable, add screenshots to help explain your problem -->
-
-### Environment
-- Binary source: release
-- Operating system:
-- Game version:
-
-### Additional context
-<!-- Add any other context about the problem here -->
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
-<!-- A clear and concise description of what the problem is -->
-<!-- Example: I'm always frustrated when X, Y and Z -->
-
-### Proposed solution
-<!-- A clear and concise description of what you want to happen -->
-
-### Alternative solutions
-<!-- A clear and concise description of any alternative solutions or features you've considered, if you have -->
-
-### Additional context
-<!-- Add any other context or screenshots about the feature request here -->