From 2d5e2584ca477af475a5f2f8e1651ce9239f1dd3 Mon Sep 17 00:00:00 2001 From: bkellam Date: Tue, 1 Apr 2025 10:17:31 -0700 Subject: [PATCH] Add contact links --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..0197c0ff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +contact_links: + - name: 💡 Feature Request + url: https://github.com/sourcebot-dev/sourcebot/discussions/new?category=ideas + about: Suggest any ideas you have using our discussion forums. + - name: 🛟 Get Help + url: https://github.com/sourcebot-dev/sourcebot/discussions/new?category=support + about: If you can't get something to work the way you expect, open a question in our discussion forums. \ No newline at end of file