From 9b752cb9896e27b9c2a4c435a043e5af22535f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 26 Nov 2025 10:17:13 +0100 Subject: [PATCH] adjust issue templates for Codeberg --- {.github => .forgejo}/ISSUE_TEMPLATE/bug.yml | 2 +- {.github => .forgejo}/ISSUE_TEMPLATE/config.yml | 2 +- {.github => .forgejo}/ISSUE_TEMPLATE/error_message.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename {.github => .forgejo}/ISSUE_TEMPLATE/bug.yml (98%) rename {.github => .forgejo}/ISSUE_TEMPLATE/config.yml (92%) rename {.github => .forgejo}/ISSUE_TEMPLATE/error_message.yml (95%) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.forgejo/ISSUE_TEMPLATE/bug.yml similarity index 98% rename from .github/ISSUE_TEMPLATE/bug.yml rename to .forgejo/ISSUE_TEMPLATE/bug.yml index 5560b2412d..516498132d 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.forgejo/ISSUE_TEMPLATE/bug.yml @@ -1,6 +1,6 @@ name: Bug Report description: File a bug report -labels: ["bug"] +labels: ["kind/bug"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.forgejo/ISSUE_TEMPLATE/config.yml similarity index 92% rename from .github/ISSUE_TEMPLATE/config.yml rename to .forgejo/ISSUE_TEMPLATE/config.yml index cf8dea8808..186e4522a0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.forgejo/ISSUE_TEMPLATE/config.yml @@ -7,7 +7,7 @@ contact_links: url: https://ziglang.org/community - name: C Translation 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 about: "Please do not use GitHub Copilot or any other LLM to write an issue." url: https://ziglang.org/code-of-conduct diff --git a/.github/ISSUE_TEMPLATE/error_message.yml b/.forgejo/ISSUE_TEMPLATE/error_message.yml similarity index 95% rename from .github/ISSUE_TEMPLATE/error_message.yml rename to .forgejo/ISSUE_TEMPLATE/error_message.yml index 3f0f3bc307..1bbbbb2e07 100644 --- a/.github/ISSUE_TEMPLATE/error_message.yml +++ b/.forgejo/ISSUE_TEMPLATE/error_message.yml @@ -1,6 +1,6 @@ name: Error message improvement description: Compiler produces an unhelpful or misleading error message. -labels: ["error message"] +labels: ["kind/error message"] body: - type: input id: version