Updated issue templates(formatting and rustbot label reference)

This commit is contained in:
xFrednet 2021-08-25 16:25:01 +02:00
parent 305177342f
commit 10909ae390
5 changed files with 70 additions and 55 deletions

View file

@ -2,3 +2,16 @@
name: Blank Issue name: Blank Issue
about: Create a blank issue. about: Create a blank issue.
--- ---
<!--
Additional labels can be added to this issue by including the following command:
@rustbot label +<label>
Common labels for this issue type are:
* C-an-interesting-project
* C-enhancement
* C-question
* C-tracking-issue
-->

View file

@ -20,28 +20,23 @@ Instead, this happened: *explanation*
### Meta ### Meta
- `cargo clippy -V`: e.g. clippy 0.0.212 (f455e46 2020-06-20) **Rust version (`rustc -Vv`):**
- `rustc -Vv`:
``` ```
rustc 1.46.0-nightly (f455e46ea 2020-06-20) rustc 1.46.0-nightly (f455e46ea 2020-06-20)
binary: rustc binary: rustc
commit-hash: f455e46eae1a227d735091091144601b467e1565 commit-hash: f455e46eae1a227d735091091144601b467e1565
commit-date: 2020-06-20 commit-date: 2020-06-20
host: x86_64-unknown-linux-gnu host: x86_64-unknown-linux-gnu
release: 1.46.0-nightly release: 1.46.0-nightly
LLVM version: 10.0 LLVM version: 10.0
``` ```
<!-- <!--
Include a backtrace in the code block by setting `RUST_BACKTRACE=1` in your Additional labels can be added to this issue by including the following command:
environment. E.g. `RUST_BACKTRACE=1 cargo clippy`.
@rustbot label +<label>
Common labels for this issue type are:
* `I-suggestion-causes-error`
--> -->
<details><summary>Backtrace</summary>
<p>
```
<backtrace>
```
</p>
</details>

View file

@ -22,14 +22,14 @@ Instead, this happened: *explanation*
### Meta ### Meta
- `cargo clippy -V`: e.g. clippy 0.0.212 (f455e46 2020-06-20) **Rust version (`rustc -Vv`):**
- `rustc -Vv`:
``` ```
rustc 1.46.0-nightly (f455e46ea 2020-06-20) rustc 1.46.0-nightly (f455e46ea 2020-06-20)
binary: rustc binary: rustc
commit-hash: f455e46eae1a227d735091091144601b467e1565 commit-hash: f455e46eae1a227d735091091144601b467e1565
commit-date: 2020-06-20 commit-date: 2020-06-20
host: x86_64-unknown-linux-gnu host: x86_64-unknown-linux-gnu
release: 1.46.0-nightly release: 1.46.0-nightly
LLVM version: 10.0 LLVM version: 10.0
``` ```

View file

@ -22,14 +22,22 @@ Instead, this happened: *explanation*
### Meta ### Meta
- `cargo clippy -V`: e.g. clippy 0.0.212 (f455e46 2020-06-20) **Rust version (`rustc -Vv`):**
- `rustc -Vv`: ```
``` rustc 1.46.0-nightly (f455e46ea 2020-06-20)
rustc 1.46.0-nightly (f455e46ea 2020-06-20) binary: rustc
binary: rustc commit-hash: f455e46eae1a227d735091091144601b467e1565
commit-hash: f455e46eae1a227d735091091144601b467e1565 commit-date: 2020-06-20
commit-date: 2020-06-20 host: x86_64-unknown-linux-gnu
host: x86_64-unknown-linux-gnu release: 1.46.0-nightly
release: 1.46.0-nightly LLVM version: 10.0
LLVM version: 10.0 ```
```
<!--
Additional labels can be added to this issue by including the following command:
@rustbot label +<label>
Common labels for this issue type are:
* I-suggestion-causes-error
-->

View file

@ -20,17 +20,16 @@ http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/
### Meta ### Meta
- `cargo clippy -V`: e.g. clippy 0.0.212 (f455e46 2020-06-20) **Rust version (`rustc -Vv`):**
- `rustc -Vv`: ```
``` rustc 1.46.0-nightly (f455e46ea 2020-06-20)
rustc 1.46.0-nightly (f455e46ea 2020-06-20) binary: rustc
binary: rustc commit-hash: f455e46eae1a227d735091091144601b467e1565
commit-hash: f455e46eae1a227d735091091144601b467e1565 commit-date: 2020-06-20
commit-date: 2020-06-20 host: x86_64-unknown-linux-gnu
host: x86_64-unknown-linux-gnu release: 1.46.0-nightly
release: 1.46.0-nightly LLVM version: 10.0
LLVM version: 10.0 ```
```
### Error output ### Error output