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