From 29c2255ecf49a18e55302decce1262b27d2063ea Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Sun, 2 Feb 2025 17:09:02 -0500 Subject: [PATCH] Add issue template config with docs and Discord links Signed-off-by: Yuan Tang --- .github/ISSUE_TEMPLATE/config.yml | 9 +++++++++ 1 file changed, 9 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 000000000..ab4957e04 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,9 @@ +blank_issues_enabled: false + +contact_links: + - name: Have you read the docs? + url: https://llama-stack.readthedocs.io/en/latest/index.html + about: Much help can be found in the docs + - name: Chat on Discord + url: https://discord.gg/llama-stack + about: Maybe chatting with the community can help