From e19c61a16e0b9dfd36f575057dd2af42d54efde6 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 28 Nov 2025 07:38:24 -0800 Subject: [PATCH] issue templates: use anchors in URLs --- .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 index 186e4522a0..9b11403037 100644 --- 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