From db739a432537f3876cb972402c377749589111dc Mon Sep 17 00:00:00 2001 From: Piotr Solnica Date: Fri, 11 Dec 2020 07:52:19 +0100 Subject: [PATCH] Remove deprecated issue templates --- ...please-don-t-ask-for-support-via-issues.md | 10 ------- .github/ISSUE_TEMPLATE/---bug-report.md | 30 ------------------- .github/ISSUE_TEMPLATE/---feature-request.md | 18 ----------- 3 files changed, 58 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/----please-don-t-ask-for-support-via-issues.md delete mode 100644 .github/ISSUE_TEMPLATE/---bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/---feature-request.md diff --git a/.github/ISSUE_TEMPLATE/----please-don-t-ask-for-support-via-issues.md b/.github/ISSUE_TEMPLATE/----please-don-t-ask-for-support-via-issues.md deleted file mode 100644 index df37ad3..0000000 --- a/.github/ISSUE_TEMPLATE/----please-don-t-ask-for-support-via-issues.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: "⚠️ Please don't ask for support via issues" -about: See CONTRIBUTING.md for more information -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/---bug-report.md deleted file mode 100644 index 1ca24c2..0000000 --- a/.github/ISSUE_TEMPLATE/---bug-report.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: "\U0001F41B Bug report" -about: See CONTRIBUTING.md for more information -title: '' -labels: bug -assignees: '' - ---- - -**Before you submit this: WE ONLY ACCEPT BUG REPORTS AND FEATURE REQUESTS** - -For more information see `CONTRIBUTING.md`. - -**Describe the bug** - -A clear and concise description of what the bug is. - -**To Reproduce** - -Provide detailed steps to reproduce, an executable script would be best. - -**Expected behavior** - -A clear and concise description of what you expected to happen. - -**Your environment** - -- Affects my production application: **YES/NO** -- Ruby version: ... -- OS: ... diff --git a/.github/ISSUE_TEMPLATE/---feature-request.md b/.github/ISSUE_TEMPLATE/---feature-request.md deleted file mode 100644 index f5534fc..0000000 --- a/.github/ISSUE_TEMPLATE/---feature-request.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: "\U0001F6E0 Feature request" -about: See CONTRIBUTING.md for more information -title: '' -labels: feature -assignees: '' - ---- - -Summary of what the feature is supposed to do. - -## Examples - -Code examples showing how the feature could be used. - -## Resources - -Additional information, like a link to the discussion forum thread where the feature was discussed etc.