zig

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

commit e19c61a16e0b9dfd36f575057dd2af42d54efde6 (tree)
parent e6d19a07d23f6724ff9c7255976d54bb9ad33d29
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Fri, 28 Nov 2025 07:38:24 -0800

issue templates: use anchors in URLs

Diffstat:
M.forgejo/ISSUE_TEMPLATE/config.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.forgejo/ISSUE_TEMPLATE/config.yml b/.forgejo/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ contact_links: - name: Language Proposal about: "Please do not submit a proposal to change the language" - url: https://ziglang.org/code-of-conduct + url: https://ziglang.org/code-of-conduct/#no-language-proposals - name: Question about: "Please use one of the community spaces instead for questions or general discussions." url: https://ziglang.org/community @@ -10,4 +10,4 @@ contact_links: 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 + url: https://ziglang.org/code-of-conduct/#strict-no-llm-no-ai-policy