From 5b8cfa353f4c3d354a353856e369e7ee4c8f02d9 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Fri, 31 Jul 2020 09:56:11 -0400 Subject: [PATCH] make these issue template sentences comments (because people are filing issues and leaving this text at the top) --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 32b7646db0..384b1dc78b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,12 +3,12 @@ name: "\U0001F41B Bug report" about: Create a report to help us improve --- -Issues are for **concrete, actionable bugs and feature requests** only - if you're just asking for debugging help or technical support, please use: + ##### ISSUE TYPE - Bug Report diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index c6bcba9351..98fe2f5869 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,12 +3,12 @@ name: "✨ Feature request" about: Suggest an idea for this project --- -Issues are for **concrete, actionable bugs and feature requests** only - if you're just asking for debugging help or technical support, please use: + ##### ISSUE TYPE - Feature Idea