Skip to content

Commit d238078

Browse files
committed
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
1 parent 9a3540d commit d238078

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ contact_links:
55
- name: Question
66
about: Please use one of the community spaces for questions or general discussions.
77
url: https://github.com/ziglang/zig/wiki/Community
8+
- name: Copilot and Other LLMs
9+
about: Please do not use GitHub Copilot or any other LLM to write an issue.
10+
url: https://github.com/ziglang/zig/wiki/Writing-Issues-with-Copilot-and-Other-LLMs

0 commit comments

Comments
 (0)