zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit ad80a8b5529ab70d49feaffc82fcd9a990a05332 (tree)
parent be2482146401d69e59b218443601c46838cd5ee5
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Thu, 25 Sep 2025 20:36:58 -0700

issue template: translate-c tracked by separate project

Diffstat:
M.github/ISSUE_TEMPLATE/config.yml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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