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

        Common labels for this issue type are:
        * C-an-interesting-project
        * C-enhancement
        * C-question
        * C-tracking-issue