From 04a4b815a4f5a29ef46d71df16128fdd9f5e357b Mon Sep 17 00:00:00 2001 From: Alexander Friesen Date: Mon, 20 Nov 2023 12:08:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20issue=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 46 ---------------------------- 1 file changed, 46 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 40f1264..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -name: BUGS ONLY! -about: DO NOT OPEN TO ASK FOR NEXT VERSION! -title: "[BUG] - Summary of the problem here" -labels: '' -assignees: '' - ---- - -**NOTE** - -**REQUESTS WILL BE IMMEDIATELY DELETED, you cannot do feature requests such as "Update to Angular xx"** -I deal with updates with my own schedule, don't need a reminder. - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Possibly create a stackblitz reproducing the bug, or a zip with basic sources for a reproduction - -OR - -Steps to reproduce the behavior: -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. - -**Desktop (if execution):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - -** Versions - - ngx-mat-timepicker version [e.g. 9.0.0] - - @angular/core version [e.g. 10.2.3] - - @angular/material version [e.g. 10.2.7] - - typescript version [es. 3.9.2] - -**Additional context (optional)** -Add any other context about the problem here.