mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-30 11:37:31 +00:00
Merge pull request #19748 from Veykril/push-qvmtutwtonou
github: Direct users to discussions instead of issues for questions
This commit is contained in:
commit
3ec5c52dd6
3 changed files with 4 additions and 10 deletions
4
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
4
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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
|
||||||
|
|
@ -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.
|
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.
|
|
||||||
|
|
|
||||||
8
.github/ISSUE_TEMPLATE/question.md
vendored
8
.github/ISSUE_TEMPLATE/question.md
vendored
|
|
@ -1,8 +0,0 @@
|
||||||
---
|
|
||||||
name: Support Question
|
|
||||||
about: A question regarding functionality of rust-analyzer.
|
|
||||||
title: ''
|
|
||||||
labels: 'C-support'
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue