mirror of
https://github.com/ziglang/zig.git
synced 2024-11-14 16:13:24 +00:00
GitHub: add issue template for error messages
This commit is contained in:
parent
2897641fb9
commit
4f285d4dac
26
.github/ISSUE_TEMPLATE/error_message.yml
vendored
Normal file
26
.github/ISSUE_TEMPLATE/error_message.yml
vendored
Normal file
@ -0,0 +1,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
|
Loading…
Reference in New Issue
Block a user