From 55935cde5ccaa8d3c1c33c4eb6a22c4840ccd354 Mon Sep 17 00:00:00 2001 From: Leo Fang Date: Thu, 2 Jan 2025 21:01:08 -0500 Subject: [PATCH] add issue config --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 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..be6fbf6d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Questions + url: https://github.com/NVIDIA/cuda-python/discussions + about: Check out our Discussions page to ask and answer questions.