From f43a0c938cacce2ea1b5bbdd5817d925020c23e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bure=C5=A1?= Date: Sun, 31 Dec 2023 18:57:08 +0100 Subject: [PATCH] Last issue template update --- .github/ISSUE_TEMPLATE/feature_request.md | 9 --------- .github/ISSUE_TEMPLATE/request-feature.md | 17 ----------------- 2 files changed, 26 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/request-feature.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index eaea80b..54a42cc 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,15 +7,6 @@ assignees: '' --- ---- -name: Request feature -about: Suggest a feature -title: "[New Feature]" -labels: enhancement -assignees: '' - ---- - **What should the suggested life hack solve? Please describe.** A clear and concise description of what the problem is. E.g. I wish there was a way to do [...] diff --git a/.github/ISSUE_TEMPLATE/request-feature.md b/.github/ISSUE_TEMPLATE/request-feature.md deleted file mode 100644 index b686091..0000000 --- a/.github/ISSUE_TEMPLATE/request-feature.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Request feature -about: Suggest a feature -title: "[New Feature]" -labels: enhancement -assignees: '' - ---- - -**What will the fix solve? Please describe.** -A clear and concise description of what the problem is. E.g. I wish there was a way to do [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Additional context** -Add any other context or screenshots. \ No newline at end of file