From cf8be5b6cf102a0f79b7d3e8eb8f432c27cb9653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20K=C3=B6rber?= Date: Thu, 3 Nov 2022 16:38:39 +0100 Subject: [PATCH] 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. --- CONTRIBUTING.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6fc2dc9d..3a79132e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/README.md b/README.md index ea25c998..70764529 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ It is an independent open source implementation that is not affiliated with or e ## Contribute -* Fork the [Source code at GitHub](https://github.com/shred/acme4j). Feel free to send pull requests. +* Fork the [Source code at GitHub](https://github.com/shred/acme4j). Feel free to send pull requests (see [Contributing](CONTRIBUTING.md) for the rules). * Found a bug? [File a bug report!](https://github.com/shred/acme4j/issues) ## License