From e6f03e7dbdf10c257b110e65b61f5ffe9f51bdb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=22rysiek=22=20Wo=C5=BAniak?= Date: Fri, 10 Nov 2023 15:51:58 +0000 Subject: [PATCH] Add new file: CONTRIBUTING, containing a section on AI-generated code --- CONTRIBUTING.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..857fe16 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,17 @@ +# Contributing + +The LibResilient project welcomes contributions. + +Best way to start is to deploy a testing deployment (for example using the `python3 -m http.server` method) and start testing things out to understand the code. + +Bug reports are welcome as new issues. Code contributions are welcome as merge requests. + +The project does not require a [CLA](https://en.wikipedia.org/wiki/Contributor_License_Agreement) of any sort. All contributed code will be published under the AGPLv3 license, along with the rest of the project. + +## AI-generated code + +**The LibResilient project does not accept any kind of AI-generated code**. + +By contributing code to LibResilient you acknowledge the above and certify that the code you are contributing has not been generated in any part with help of any AI-based code generation tool (for example, GitHub Copilot). + +Contributions that are based on AI-generated code will be rejected outright, and Contributors who submit them will be banned from the project.