From 78765310b29e0acb1481d7c597b92b66deb61ed3 Mon Sep 17 00:00:00 2001 From: Anjok07 <68268275+Anjok07@users.noreply.github.com> Date: Tue, 10 May 2022 18:59:05 -0500 Subject: [PATCH] Delete .github/ISSUE_TEMPLATE directory --- .github/ISSUE_TEMPLATE/bug_report.md | 28 ------------------- .github/ISSUE_TEMPLATE/design-improvement.md | 20 ------------- .../ISSUE_TEMPLATE/installation-problem.md | 20 ------------- 3 files changed, 68 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/design-improvement.md delete mode 100644 .github/ISSUE_TEMPLATE/installation-problem.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 5e395ff..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: Bug report -about: Report a bug or a feature that is not working how you expect it to -title: '' -labels: 'Type: Bug' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Selected settings: '...' -2. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem and annotate the images. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/design-improvement.md b/.github/ISSUE_TEMPLATE/design-improvement.md deleted file mode 100644 index ac6f27d..0000000 --- a/.github/ISSUE_TEMPLATE/design-improvement.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Design Improvement -about: Create a report to help us improve the design of the application -title: "[DESIGN IMPROVEMENT]" -labels: 'Type: Enhancement' -assignees: DilanBoskan - ---- - -**Describe the flaw** -A clear and concise description of where the design flaw is to be found - -**Expected behavior** -A desired solution to the flaw. - -**Screenshots** -If applicable, add screenshots to help explain your problem and annotate the images. - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/installation-problem.md b/.github/ISSUE_TEMPLATE/installation-problem.md deleted file mode 100644 index 5da502f..0000000 --- a/.github/ISSUE_TEMPLATE/installation-problem.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Installation Problem -about: Create a report to help us identify your problem with the installation -title: "[INSTALLATION PROBLEM]" -labels: '' -assignees: '' - ---- - -**To Reproduce** -On which installation step did you encounter the issue. - -**Screenshots** -Add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - -**Additional context** -Add any other context about the problem here.