mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-02-15 05:28:37 +00:00
Auto merge of #13927 - lnicola:rm-blank-issue, r=lnicola
minor: tweak wording and remove blank issue template There's already a "blank issue" link at the bottom, and some users seem to pick this one because it's the first.
This commit is contained in:
commit
a97cbb1ee9
2 changed files with 1 additions and 11 deletions
.github/ISSUE_TEMPLATE
10
.github/ISSUE_TEMPLATE/blank_issue.md
vendored
10
.github/ISSUE_TEMPLATE/blank_issue.md
vendored
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
name: Blank Issue
|
||||
about: Create a blank issue.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -22,4 +22,4 @@ Otherwise please try to provide information which will help us to fix the issue
|
|||
|
||||
**rustc version**: (eg. output of `rustc -V`)
|
||||
|
||||
**relevant settings**: (eg. client settings, or environment variables like `CARGO`, `RUSTUP_HOME` or `CARGO_HOME`)
|
||||
**relevant settings**: (eg. client settings, or environment variables like `CARGO`, `RUSTC`, `RUSTUP_HOME` or `CARGO_HOME`)
|
||||
|
|
Loading…
Add table
Reference in a new issue