]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/.github/ISSUE_TEMPLATE/blank_issue.yml
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
[rust.git] / src / tools / clippy / .github / ISSUE_TEMPLATE / blank_issue.yml
1 name: Blank Issue
2 description: Create a blank issue.
3 body:
4   - type: markdown
5     attributes:
6       value: Thank you for filing an issue!
7   - type: textarea
8     id: problem
9     attributes:
10       label: Description
11       description: >
12         Please provide a discription of the issue, along with any information
13         you feel relevant to replicate it.
14     validations:
15       required: true
16   - type: textarea
17     id: version
18     attributes:
19       label: Version
20       description: "Rust version (`rustc -Vv`)"
21       placeholder: |
22         rustc 1.46.0-nightly (f455e46ea 2020-06-20)
23         binary: rustc
24         commit-hash: f455e46eae1a227d735091091144601b467e1565
25         commit-date: 2020-06-20
26         host: x86_64-unknown-linux-gnu
27         release: 1.46.0-nightly
28         LLVM version: 10.0
29       render: text
30   - type: textarea
31     id: labels
32     attributes:
33       label: Additional Labels
34       description: >
35         Additional labels can be added to this issue by including the following
36         command
37       placeholder: |
38         @rustbot label +<label>
39
40         Common labels for this issue type are:
41         * C-an-interesting-project
42         * C-enhancement
43         * C-question
44         * C-tracking-issue