aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authormlugg <mlugg@mlugg.co.uk>2025-05-23 15:51:11 +0100
committermlugg <mlugg@mlugg.co.uk>2025-05-23 15:51:11 +0100
commitd238078ae87f1beb565d42caee01ebd6a7a00d43 (patch)
treec380b9b0ff4fce4f71236a45130f17569170576e /.github
parent9a3540d61e57535b719b32942a4bc9ac065cbeac (diff)
downloadzig-d238078ae87f1beb565d42caee01ebd6a7a00d43.tar.gz
zig-d238078ae87f1beb565d42caee01ebd6a7a00d43.zip
github: add link to issue template list warning against LLMs
GitHub have introduced an absolutely baffling feature where users can use Copilot to take their simple explanation of a bug, and reword it into a multi-paragraph monologue with no interesting details and added false information, while also potentially ignoring issue templates. So far, GitHub has not provided a way to block this feature at the repository or organisation level, so for now, this is the only way to prevent users from filing LLM-generated slop. Related: https://github.com/orgs/community/discussions/159749
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index fc5f33e21f..73e2900948 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -5,3 +5,6 @@ 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: 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