src/tools/clippy/.github/ISSUE_TEMPLATE/bug_report.yml YAML 58 lines View on github.com → Search inside
1name: Bug Report2description: Create a bug report for Clippy3labels: ["C-bug"]4body:5  - type: markdown6    attributes:7      value: Thank you for filing a bug report! 🐛8  - type: textarea9    id: problem10    attributes:11      label: Summary12      description: >13        Please provide a short summary of the bug, along with any information14        you feel relevant to replicate the bug.15    validations:16      required: true17  - type: textarea18    id: reproducer19    attributes:20      label: Reproducer21      description: Please provide the code and steps to reproduce the bug22      value: |23        Code:2425        ```rust26        <code>27        ```2829        Current output:3031        Desired output:32  - type: textarea33    id: version34    attributes:35      label: Version36      description: "Rust version (`rustc -Vv`)"37      placeholder: |38        rustc 1.46.0-nightly (f455e46ea 2020-06-20)39        binary: rustc40        commit-hash: f455e46eae1a227d735091091144601b467e156541        commit-date: 2020-06-2042        host: x86_64-unknown-linux-gnu43        release: 1.46.0-nightly44        LLVM version: 10.045      render: text46  - type: textarea47    id: labels48    attributes:49      label: Additional Labels50      description: >51        Additional labels can be added to this issue by including the following52        command53      placeholder: |54        @rustbot label +<label>5556        Common labels for this issue type are:57        * `I-suggestion-causes-error`

Findings

✓ No findings reported for this file.

Get this view in your editor

Same data, no extra tab — call code_get_file + code_get_findings over MCP from Claude/Cursor/Copilot.