From ea5d81f290b76f0c1ae9aad439dfc4129eae0d64 Mon Sep 17 00:00:00 2001 From: joaosa Date: Fri, 10 Nov 2023 14:45:50 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20old=20issue=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/feature-request.md | 19 ------------- .github/ISSUE_TEMPLATE/problem-report.md | 33 ----------------------- 2 files changed, 52 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature-request.md delete mode 100644 .github/ISSUE_TEMPLATE/problem-report.md diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md deleted file mode 100644 index 6103fe13..00000000 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: feature request -assignees: '' ---- - -**Feature description** -A clear and concise description of what you want to happen. - -**Problem/motivation** -Please provide valid reason(s) why this should be added to Lume. - -**Describe alternatives you've considered** -What alternative solutions or features have you considered before making this request? - -**Additional context** -What resources (links, screenshots, etc.) do you have to assist this effort? diff --git a/.github/ISSUE_TEMPLATE/problem-report.md b/.github/ISSUE_TEMPLATE/problem-report.md deleted file mode 100644 index 2182dbe6..00000000 --- a/.github/ISSUE_TEMPLATE/problem-report.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: Problem report -about: Create a report to help us improve -title: '' -labels: problem report -assignees: '' ---- - -**Problem description** -A clear and concise description of what the problem/bug is. - -**Steps to reproduce** - -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. 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. - -**Device:** - -- Type: [e.g. desktop, smartphone] -- OS: [e.g. iOS] -- Browser [e.g. chrome, safari] -- Version [e.g. 22] - -**Additional context** -Add any other context about the problem here.