From dc0483c1d42835b820e7d60e4ce881f6713c12d8 Mon Sep 17 00:00:00 2001 From: Ben van Werkhoven <2337546+benvanwerkhoven@users.noreply.github.com> Date: Thu, 15 Jan 2026 16:52:16 +0100 Subject: [PATCH] Clarify contribution guidelines regarding AI-generated code Added a note to clarify that AI-generated contributions are not accepted. --- CONTRIBUTING.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 7429e6e2f..7b8a46dc3 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -25,6 +25,7 @@ Kernel Tuner follows the Google Python style guide, with Sphinxdoc docstrings fo Before creating a pull request please ensure the following: * You are working in an up-to-date development environment +* You are a human developer. We are not interested in purely AI generated code contributions. * You have written unit tests to test your additions and all unit tests pass (run :bash:`nox`). If you do not have the required hardware, you can run :bash:`nox -- skip-gpu`, or :bash:`skip-cuda`, :bash:`skip-hip`, :bash:`skip-opencl`. * The examples still work and produce the same (or better) results * An entry about the change or addition is created in :bash:`CHANGELOG.md`