From 6bd4cb2a260df5c2ae16f9dda12f1a7a8a4d5125 Mon Sep 17 00:00:00 2001
From: Dan Blah <dan@blahs.life>
Date: Wed, 27 Mar 2019 10:40:32 -0400
Subject: [PATCH] Update issue templates

---
 .github/ISSUE_TEMPLATE/bug_report.md      | 10 +++++++++-
 .github/ISSUE_TEMPLATE/feature_request.md |  8 ++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index d69d92a55..6844d1d89 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -2,11 +2,19 @@
 name: Bug report
 about: Create a report to help us improve
 title: ''
-labels: ''
+labels: bug
 assignees: ''
 
 ---
 
+_**PLEASE DO NOT INCLUDE SENSITIVE INFORMATION**_
+[Use this form](https://docs.google.com/forms/d/e/1FAIpQLSdcn68IgWuk5-YyXF8ZuVK5Dxj5az6eemmLlqDsghJwEmxY6A/viewform). if you need to include the following information:
+- Account name or name of person
+- Account email
+- Any personally identifying information
+- Title of submission (app URLs alone are OK)
+- When in doubt, use the above form.
+
 **Describe the bug**
 A clear and concise description of what the bug is.
 
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 693c2dbba..643e7c011 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -7,6 +7,14 @@ assignees: ''
 
 ---
 
+_**PLEASE DO NOT INCLUDE SENSITIVE INFORMATION**_
+[Use this form](https://docs.google.com/forms/d/e/1FAIpQLSdcn68IgWuk5-YyXF8ZuVK5Dxj5az6eemmLlqDsghJwEmxY6A/viewform). if you need to include the following information:
+- Account name or name of person
+- Account email
+- Any personally identifying information
+- Title of submission (app URLs alone are OK)
+- When in doubt, use the above form.
+
 **Is your feature request related to a problem? Please describe.**
 A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
 
-- 
GitLab