From 95addbc2b2c943f21bb97baf99ac6e5d117fc8fb Mon Sep 17 00:00:00 2001 From: Kirill Bobyrev Date: Mon, 3 Jan 2022 14:00:22 +0100 Subject: [PATCH] Link to GitHub Discussions when opening an issue That will increase the visibility of the Discussions mechanism. Also, make it impossible to open empty bug reports. --- .github/ISSUE_TEMPLATE/config.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yaml diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 0000000..9a762f5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Questions and discussions + url: https://github.com/clangd/clangd/discussions + about: Usage questions, ideas and proposals