Merge pull request #19748 from Veykril/push-qvmtutwtonou

github: Direct users to discussions instead of issues for questions
This commit is contained in:
Lukas Wirth 2025-05-05 14:52:49 +00:00 committed by GitHub
commit 3ec5c52dd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 10 deletions

4
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,4 @@
contact_links:
- name: Questions regarding rust-analyzer
url: https://github.com/rust-lang/rust-analyzer/discussions
about: Please ask and answer questions here instead of opening an issue

View File

@ -12,5 +12,3 @@ Troubleshooting guide: https://rust-analyzer.github.io/book/troubleshooting.html
Please try to provide information which will help us to fix the issue faster. Minimal reproducible examples with few dependencies are especially lovely <3.
-->
This is a serious regression in nightly and it's important to fix it before the next release.

View File

@ -1,8 +0,0 @@
---
name: Support Question
about: A question regarding functionality of rust-analyzer.
title: ''
labels: 'C-support'
assignees: ''
---