mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
issue templates: update issue labels to match the actual org labels
This commit is contained in:
parent
a38220376e
commit
7d9ad992ab
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: File a bug report
|
description: File a bug report
|
||||||
labels: ["kind/bug"]
|
labels: ["bug"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: Error message improvement
|
name: Error message improvement
|
||||||
description: Compiler produces an unhelpful or misleading error message.
|
description: Compiler produces an unhelpful or misleading error message.
|
||||||
labels: ["kind/error message"]
|
labels: ["error message"]
|
||||||
body:
|
body:
|
||||||
- type: input
|
- type: input
|
||||||
id: version
|
id: version
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue