branch: elpa/with-editor
commit ea444a03030efe5a56a5f17c7d464cf37bac6031
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
templates: Discourage use of LLMs when reporting issues
---
.github/ISSUE_TEMPLATE/bug_report.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md
b/.github/ISSUE_TEMPLATE/bug_report.md
index 56a0c95f81..ac18797bfe 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.