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 5560b2412d708c9b7edba108fad752e6c95bcd83..516498132d073e0080ffda498ad37fe99b8a5705 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 cf8dea880899bff875d74bb3538c07d17e4e9765..186e4522a0fb9e65fea9dd1154c7c253e38ca6df 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 3f0f3bc307a7a0fedbfe589569c7f921cd399f0b..1bbbbb2e075252f83b7dd2db5543c2976a225e65 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 -- 2.54.0