AI based code generators are not acceptable for contributions

Reason: It cannot be excluded that copyrighted material is
added to the codebase without the appropriate license.
This commit is contained in:
Richard Körber
2022-11-03 16:38:39 +01:00
parent 109731090c
commit cf8be5b6cf
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ These criteria must be met for a successful pull request:
* Integration tests should run successfully, unless there is a good reason (e.g. waiting for a pending change in Pebble).
* Your commits follow the [git commit](#git-commits) guide.
* You accept that your code is distributed under the terms of [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).
* You confirm that you did not use AI based code generators like GitHub Copilot for your contribution.
## Style Guide