From 6b7f210ef34bed2dd62344c9ecc0a545660e0d01 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 18 May 2025 08:35:59 +0200 Subject: [PATCH] chore: Improve bug report template about AI AI generated strategies and configs cause a lot of noise. we should be clear that people shall read the documentation first (this will also allow us to point people at this within the issue). --- .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 0f64eaf5f..325e68683 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,6 +12,10 @@ Have you searched for similar issues before posting it? If you have discovered a bug in the bot, please [search the issue tracker](https://github.com/freqtrade/freqtrade/issues?q=is%3Aissue). If it hasn't been reported, please create a new issue. +Has your strategy or configuration been generated by an AI model, and is now not working? +This is almost certainly NOT a bug in Freqtrade, but a problem with the code your AI model generated. +Please consult the documentation. We'll close such issues and point to the documentation. + Please do not use the bug report template to request new features. -->