From 3508ed56a02434e191b6199ae830a45036cf8ef7 Mon Sep 17 00:00:00 2001
From: Loren Burkholder <computersemiexpert@outlook.com>
Date: Thu, 21 Jan 2021 19:05:12 -0500
Subject: [PATCH] Add item for reporting whether profiles are used

---
 .github/ISSUE_TEMPLATE/bug_report.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 19dfc26b3..d66a165d6 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -41,6 +41,16 @@ If applicable, add screenshots to help explain your problem.
     Windows: C:/Users/<USER>/AppData/Local/nheko/cache
 -->
 
+### Profile
+<!-- If applicable -->
+
+<!-- 
+Using a non-default profile may introduce some bugs. If you're not
+using the default profile, please include that. (You don't need to
+include what your profile name is; instead, just mention that you are
+not using the default profile.)
+-->
+
 ### Debugger backtrace
 <!-- 
 If the program crashed send a backtrace:
-- 
GitLab