From e370a77752928a5a1d98451af6283d1c9370b089 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Mon, 3 Feb 2025 09:39:00 -0500 Subject: [PATCH] Add issue template config with docs and Discord links (#930) This is similar to what we are doing for other projects, e.g. https://github.com/argoproj/argo-workflows/tree/main/.github/ISSUE_TEMPLATE The benefits is to give people more options before submitting a bug report or feature request on GitHub. --------- Signed-off-by: Yuan Tang --- .github/ISSUE_TEMPLATE/config.yml | 12 ++++++++++++ 1 file changed, 12 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..fec273756 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,12 @@ +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: Start a discussion + url: https://github.com/meta-llama/llama-stack/discussions/new + about: Start a discussion on a topic + - name: Chat on Discord + url: https://discord.gg/llama-stack + about: Maybe chatting with the community can help