/ .github / ISSUE_TEMPLATE / config.yml
config.yml
 1  blank_issues_enabled: true
 2  contact_links:
 3    - name: Got an idea?
 4      url: https://github.com/ggerganov/llama.cpp/discussions/categories/ideas
 5      about: Pop it there. It may then become an enhancement ticket.
 6    - name: Got a question?
 7      url: https://github.com/ggerganov/llama.cpp/discussions/categories/q-a
 8      about: Ask a question there!
 9    - name: Want to contribute?
10      url: https://github.com/ggerganov/llama.cpp/wiki/contribute
11      about: Head to the contribution guide page of the wiki for areas you can help with
12  
13