diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2026-02-26 18:31:22 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2026-02-26 18:31:22 +0100 |
| commit | ea444a03030efe5a56a5f17c7d464cf37bac6031 (patch) | |
| tree | 2de59a9e6d133a58c562e8393842b15c0bc39366 | |
| parent | 902b4d572af2c2f36060da01e3c33d194cdec32b (diff) | |
templates: Discourage use of LLMs when reporting issues
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 56a0c95..ac18797 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,7 +4,11 @@ name: 🪳 Bug report about: Report a defect. 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 (2) what behavior you observed (3) and how we can reproduce the issue. |
