aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/error_message.yml
blob: 3f0f3bc307a7a0fedbfe589569c7f921cd399f0b (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
name: Error message improvement
description: Compiler produces an unhelpful or misleading error message.
labels: ["error message"]
body:
  - type: input
    id: version
    attributes:
      label: Zig Version
      description: "The output of `zig version`"
      placeholder: "0.11.0-dev.146+2897641fb"
    validations:
      required: true
  - type: textarea
    id: repro
    attributes:
      label: Steps to Reproduce and Observed Output
      description: A complete list of steps to reproduce the error message.
    validations:
      required: true
  - type: textarea
    id: expected
    attributes:
      label: Expected Output
      description: What information do expect the error message to include?
    validations:
      required: true