forked from phoenix-oss/llama-stack-mirror
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 <terrytangyuan@gmail.com>
This commit is contained in:
parent
83a51c7bfb
commit
e370a77752
1 changed files with 12 additions and 0 deletions
12
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
12
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue