From 8906620e328d5b8cf8d622987df65d7e2ccf91d3 Mon Sep 17 00:00:00 2001 From: Byron Ruth Date: Mon, 28 Aug 2023 10:42:00 -0400 Subject: [PATCH] Fix issue form discussion link (#586) * Fix issue form discussion link Since this is derived from nats.deno, I set the discussion link to that unless you prefer otherwise. * Update config.yml --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ad105397..25f38189 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - name: Discussion - url: https://github.com/nats-io/nats-server/discussions + url: https://github.com/nats-io/nats.js/discussions about: Ideal for ideas, feedback, or longer form questions. - name: Chat url: https://slack.nats.io