]> git.lizzy.rs Git - rust.git/blob - .github/ISSUE_TEMPLATE/false_negative.yml
Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
[rust.git] / .github / ISSUE_TEMPLATE / false_negative.yml
1 name: Bug Report (False Negative)
2 description: Create a bug report about missing warnings from a lint
3 labels: ["C-bug", "I-false-negative"]
4 body:
5   - type: markdown
6     attributes:
7       value: Thank you for filing a bug report! 🐛
8   - type: textarea
9     id: problem
10     attributes:
11       label: Summary
12       description: >
13         Please provide a short summary of the bug, along with any information
14         you feel relevant to replicate the bug.
15     validations:
16       required: true
17   - type: input
18     id: lint-name
19     attributes:
20       label: Lint Name
21       description: Please provide the lint name.
22   - type: textarea
23     id: reproducer
24     attributes:
25       label: Reproducer
26       description: Please provide the code and steps to repoduce the bug
27       value: |
28         I tried this code:
29
30         ```rust
31         <code>
32         ```
33
34         I expected to see this happen:
35
36         Instead, this happened:
37   - type: textarea
38     id: version
39     attributes:
40       label: Version
41       description: "Rust version (`rustc -Vv`)"
42       placeholder: |
43         rustc 1.46.0-nightly (f455e46ea 2020-06-20)
44         binary: rustc
45         commit-hash: f455e46eae1a227d735091091144601b467e1565
46         commit-date: 2020-06-20
47         host: x86_64-unknown-linux-gnu
48         release: 1.46.0-nightly
49         LLVM version: 10.0
50       render: text