Skip to content

Commit 5160017

Browse files
Merge pull request #353 from KernelTuner/update-contribution-guide
Clarify contribution guidelines regarding AI-generated code
2 parents 596f3da + dc0483c commit 5160017

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CONTRIBUTING.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Kernel Tuner follows the Google Python style guide, with Sphinxdoc docstrings fo
2525
Before creating a pull request please ensure the following:
2626

2727
* You are working in an up-to-date development environment
28+
* You are a human developer. We are not interested in purely AI generated code contributions.
2829
* 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`.
2930
* The examples still work and produce the same (or better) results
3031
* An entry about the change or addition is created in :bash:`CHANGELOG.md`

0 commit comments

Comments
 (0)