From 116cbf7df4c144a68cdc9af2756cd4cdff33742b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Guid=C3=A9e?= Date: Fri, 29 Jan 2021 12:01:01 +0100 Subject: [PATCH] [.github/issue_template] Remove issue templates temporarily --- .github/ISSUE_TEMPLATE/bug_report.md | 14 -------------- .github/ISSUE_TEMPLATE/config.yml | 1 - .github/ISSUE_TEMPLATE/feature_request.md | 10 ---------- .github/ISSUE_TEMPLATE/other.md | 10 ---------- .../problems-during-installation.md | 19 ------------------- 5 files changed, 54 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/ISSUE_TEMPLATE/other.md delete mode 100644 .github/ISSUE_TEMPLATE/problems-during-installation.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 30b227d04..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Bug report -about: Omega is not working like it should? Let us know! -title: '' -labels: Bug, Triage -assignees: '' - ---- - -#### Describe the bug - - -#### Environment - - Omega Version: {go to settings > about > Omega Version and type the version here} diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 3ba13e0ce..000000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1 +0,0 @@ -blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index eee03aa6a..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for an improvement of Omega -title: '' -labels: Feature, Triage -assignees: '' - ---- - -#### What I want to see in the next version of Omega diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md deleted file mode 100644 index 38b47c71f..000000000 --- a/.github/ISSUE_TEMPLATE/other.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Other -about: A question? A problem? ... -title: '' -labels: Triage -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/problems-during-installation.md b/.github/ISSUE_TEMPLATE/problems-during-installation.md deleted file mode 100644 index 347b6d957..000000000 --- a/.github/ISSUE_TEMPLATE/problems-during-installation.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Problems during installation -about: Need help to install Omega? -title: '' -labels: Installation issue, Triage -assignees: '' - ---- - -#### Describe the problem - - -#### Logs -``` -Copy/paste the logs here (If you have some) -``` - -#### Environment - - Omega Version: {go to settings > about > Omega Version and type the version here}