mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
adjust issue templates for Codeberg
This commit is contained in:
parent
4d58fafaf2
commit
9b752cb989
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: File a bug report
|
description: File a bug report
|
||||||
labels: ["bug"]
|
labels: ["kind/bug"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -7,7 +7,7 @@ contact_links:
|
||||||
url: https://ziglang.org/community
|
url: https://ziglang.org/community
|
||||||
- name: C Translation
|
- name: C Translation
|
||||||
about: "Issues related to `zig translate-c` and `@cImport` are tracked separately."
|
about: "Issues related to `zig translate-c` and `@cImport` are tracked separately."
|
||||||
url: https://github.com/ziglang/translate-c/
|
url: https://codeberg.org/ziglang/translate-c
|
||||||
- name: Copilot and Other LLMs
|
- name: Copilot and Other LLMs
|
||||||
about: "Please do not use GitHub Copilot or any other LLM to write an issue."
|
about: "Please do not use GitHub Copilot or any other LLM to write an issue."
|
||||||
url: https://ziglang.org/code-of-conduct
|
url: https://ziglang.org/code-of-conduct
|
||||||
|
|
@ -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: ["error message"]
|
labels: ["kind/error message"]
|
||||||
body:
|
body:
|
||||||
- type: input
|
- type: input
|
||||||
id: version
|
id: version
|
||||||
Loading…
Add table
Reference in a new issue