From 32296d70e35c7016b6d4835892dc59293efa3a59 Mon Sep 17 00:00:00 2001 From: Viktor Kovacs Date: Mon, 20 Dec 2021 16:50:23 +0100 Subject: [PATCH] Update issue templates --- .../engine-bug-report-or-request.md | 10 ---------- .github/ISSUE_TEMPLATE/website-bug-report.md | 20 ------------------- .../ISSUE_TEMPLATE/website-feature-request.md | 11 ---------- 3 files changed, 41 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/engine-bug-report-or-request.md delete mode 100644 .github/ISSUE_TEMPLATE/website-bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/website-feature-request.md diff --git a/.github/ISSUE_TEMPLATE/engine-bug-report-or-request.md b/.github/ISSUE_TEMPLATE/engine-bug-report-or-request.md deleted file mode 100644 index b9e5586..0000000 --- a/.github/ISSUE_TEMPLATE/engine-bug-report-or-request.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Engine bug report or request -about: If you are embedding the engine, and found a bug or have an improvement idea. -title: '' -labels: engine -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/website-bug-report.md b/.github/ISSUE_TEMPLATE/website-bug-report.md deleted file mode 100644 index 7422b28..0000000 --- a/.github/ISSUE_TEMPLATE/website-bug-report.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Website bug report -about: If you are using 3dviewer.net, and found a bug. -title: '' -labels: bug, website -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior. - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. diff --git a/.github/ISSUE_TEMPLATE/website-feature-request.md b/.github/ISSUE_TEMPLATE/website-feature-request.md deleted file mode 100644 index 9cafa3d..0000000 --- a/.github/ISSUE_TEMPLATE/website-feature-request.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Website feature request -about: If you are using 3dviewer.net, and have an improvement idea. -title: '' -labels: enhancement, website -assignees: '' - ---- - -**Describe the solution you'd like** -A clear and concise description of what you want to happen.