branch: elpa/magit
commit 7ac41df049e1d600b9d2549ce79e00012e079acc
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
templates: Discourage use of LLMs when opening topics
---
.github/ISSUE_TEMPLATE/bug_report.md | 2 ++
.github/PULL_REQUEST_TEMPLATE | 6 ++++++
2 files changed, 8 insertions(+)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md
b/.github/ISSUE_TEMPLATE/bug_report.md
index e8a45619e4..1dbcafb601 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -7,6 +7,8 @@ note: Keep in sync with wiki/How-to-report-a-bug.md
Please do not ignore these instructions.
+Please use your own words. If you really must use a LLM, at least disclose
that upfront.
+
If you have just updated Magit, then restart Emacs. If that does not fix the
issue, then also uninstall Magit and all dependencies that were updated at the
same time, restart Emacs and then reinstall Magit.
The reason why this might fix the issue is that updating a package does not
cause the old version to be unloaded, so you might end up with a
franken-version; a mixture of parts of the old and new version being loaded at
the same time. Worse it is possible for the old version to leak into the
byte-code of the new version, which is why reinstalling might help.
diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
index 1ec176db2e..0d46d6843e 100644
--- a/.github/PULL_REQUEST_TEMPLATE
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -1,3 +1,9 @@
+=================================================================
+Please use your own words.
+=================================================================
+
+Please use your own words, in this summary, commit messages and code. If you
really must use a LLM, at least disclose that upfront.
+
=================================================================
Use a dedicated feature branch
=================================================================