github: Direct users to discussions instead of issues for questions

This commit is contained in:
Lukas Wirth 2025-05-05 16:04:57 +02:00
parent d24c37ed03
commit 5620b39a42
3 changed files with 4 additions and 10 deletions

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: ''
---