From ad80a8b5529ab70d49feaffc82fcd9a990a05332 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 25 Sep 2025 20:36:58 -0700 Subject: [PATCH] issue template: translate-c tracked by separate project --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 73e2900948..4a4d963021 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -5,6 +5,9 @@ contact_links: - name: Question about: Please use one of the community spaces for questions or general discussions. url: https://github.com/ziglang/zig/wiki/Community + - name: C Translation + about: "Issues related to `zig translate-c` and `@cImport` are tracked separately." + url: https://github.com/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://github.com/ziglang/zig/wiki/Writing-Issues-with-Copilot-and-Other-LLMs