From 95f213115bab14691cd9c00268a7deb91dc0f746 Mon Sep 17 00:00:00 2001
From: Signal Linden <signal@lindenlab.com>
Date: Mon, 5 Feb 2024 16:09:54 -0800
Subject: [PATCH] Add link to feedback portal

Provide a link to feedback.secondlife.com from the issue creation page.
---
 .github/ISSUE_TEMPLATE/config.yaml | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 .github/ISSUE_TEMPLATE/config.yaml

diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml
new file mode 100644
index 00000000000..75fa1871321
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yaml
@@ -0,0 +1,4 @@
+contact_links:
+- name: 💬 Community Feedback (Canny)
+  url: https://feedback.secondlife.com
+  about: Space for discussing and reviewing user-impacting bug reports and feature requests.
-- 
GitLab