From a5197a67191d5da768d245425a14e4f6b2752a5b Mon Sep 17 00:00:00 2001 From: Zughy <63455151+Zughy@users.noreply.github.com> Date: Wed, 13 Aug 2025 20:33:24 +0200 Subject: [PATCH] Issues: specify that LLM-generated wall of texts are not allowed (#16413) --- .github/ISSUE_TEMPLATE/bug_report.yaml | 1 + .github/ISSUE_TEMPLATE/feature_request.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index e684b08aa..3f9eae9c9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -11,6 +11,7 @@ body: 2. This page is for reporting the bugs of **the engine itself**. For bugs in a particular game, please [search for the game on ContentDB](https://content.luanti.org/packages/?type=game) and submit a bug report to its developers. * For example, issues about Minetest Game are submitted to [its own repository](https://github.com/luanti-org/minetest_game/issues). 3. Please provide as many relevant details as possible. + 4. If you have used an LLM/AI to format your issue description, disclose this. Try to keep it concise. No walls of text please. - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 265fea67f..8510711e7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -8,6 +8,7 @@ body: Please note the following: 1. Only submit a feature request if the feature does not exist on the latest dev version. 2. This page is for suggesting changes to **the engine itself**. To suggest changes to games, please [search for the game in the ContentDB](https://content.luanti.org/packages/?type=game) and submit a feature request in their issue trackers. + 3. If you have used an LLM/AI to format your issue description, disclose this. Try to keep it concise. No walls of text please. - type: textarea attributes: label: Problem