adjust issue templates for Codeberg

This commit is contained in:
Alex Rønne Petersen 2025-11-26 10:17:13 +01:00
parent 4d58fafaf2
commit 9b752cb989
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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

View File

@ -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