mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
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
This commit is contained in:
parent
9a3540d61e
commit
d238078ae8
3
.github/ISSUE_TEMPLATE/config.yml
vendored
3
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -5,3 +5,6 @@ contact_links:
|
|||||||
- name: Question
|
- name: Question
|
||||||
about: Please use one of the community spaces for questions or general discussions.
|
about: Please use one of the community spaces for questions or general discussions.
|
||||||
url: https://github.com/ziglang/zig/wiki/Community
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user