diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2026-02-26 18:28:50 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2026-02-26 18:28:50 +0100 |
| commit | bb885b70a5dcf72d0f6ea0cf1bc4f2e76f3ce8b9 (patch) | |
| tree | 55929b67d92dbe0970a6ee65f74495e8cd05677b | |
| parent | ef7714b2528b7c74034a1568a753a56dcc8ca877 (diff) | |
templates: Discourage use of LLMs when reporting issues
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6f1c3b0..b71820d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,6 +6,9 @@ about: Report a defect. Do not use this for support requests and feature suggest <!-- Do not use this for support requests and feature suggestions. --> +Please use your own words. +If you really must use a LLM, at least disclose that upfront. + Please explain, (0) without using these lines as headings, (1) what behavior you expected, |
