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.
pull/134/head
Richard Körber 2022-11-03 16:38:39 +01:00
parent 109731090c
commit cf8be5b6cf
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
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

View File

@ -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