From f8aa522f3f286c58e661709f45cf03766a6bd03c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 16 Oct 2025 06:58:12 +0200 Subject: [PATCH] Add a section about AI use in BIND 9 issue templates Generally speaking, no AI generated slop is permitted. If AI has been used to find an actual problem, the findings need to be verified by a person, and the report should be written by the person. No copy and paste is allowed. Anyone reporting the problem needs to be able to verify the problem independently of the AI. --- .gitlab/issue_templates/Bug.md | 11 +++++++++++ .gitlab/issue_templates/Default.md | 1 + .gitlab/issue_templates/Feature_Request.md | 8 ++++++++ .gitlab/issue_templates/Security_issue.md | 17 +++++++++++++++++ 4 files changed, 37 insertions(+) diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index 60bab3f6ce..f47bed0095 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -5,6 +5,17 @@ triggered repeatedly - then please make sure that you make the new issue confidential by clicking the checkbox at the bottom! --> + + ### Summary diff --git a/.gitlab/issue_templates/Default.md b/.gitlab/issue_templates/Default.md index c0079fa2a8..347ecdaf10 100644 --- a/.gitlab/issue_templates/Default.md +++ b/.gitlab/issue_templates/Default.md @@ -4,5 +4,6 @@ It would be a tremendous help if you could follow these steps first: - [ ] Search the existing issues in GitLab (both open and closed) to see if your report might be a duplicate. We have a large database here and many issues have already been fixed in the latest versions! - [ ] Make sure this is **not** a support question. If you have specific trouble configuring or debugging your setup, please use the bind-users mailing list: https://lists.isc.org/mailman/listinfo/bind-users - [ ] You have read and understood the "out in the open" support policy: https://blog.powerdns.com/2016/01/18/open-source-support-out-in-the-open/ . Even though it was written by the PowerDNS folks, we follow it as well! +- [ ] The content you are submitting was not generated by a Generative AI! Before continuing, **please select the appropriate issue template in the drop-down menu above, under the heading _Description_**. diff --git a/.gitlab/issue_templates/Feature_Request.md b/.gitlab/issue_templates/Feature_Request.md index 72d2cb4931..b7fdcb257b 100644 --- a/.gitlab/issue_templates/Feature_Request.md +++ b/.gitlab/issue_templates/Feature_Request.md @@ -1,3 +1,11 @@ + + ### Description (Describe the problem, use cases, benefits, and/or goals.) diff --git a/.gitlab/issue_templates/Security_issue.md b/.gitlab/issue_templates/Security_issue.md index 2789c45e24..c272f63d74 100644 --- a/.gitlab/issue_templates/Security_issue.md +++ b/.gitlab/issue_templates/Security_issue.md @@ -1,3 +1,20 @@ + + ### Summary