From 91b9f904f77e01e1cca5e155b03a442174b2226d Mon Sep 17 00:00:00 2001 From: Dennis <29799340+dennisvang@users.noreply.github.com> Date: Thu, 22 Jan 2026 17:45:40 +0100 Subject: [PATCH] Add CONTRIBUTING.md with guidelines for contributors Added contribution guidelines for pull requests. --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..7815780 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +# Guidelines for contributors + +## Pull Requests + +All contributions must be made via Pull Requests (PRs). + +>[!IMPORTANT] +>Any form of generated code (AI, LLM, NLP, etc.) ***MUST*** be clearly labeled as *"CONTAINS GENERATED CODE"* in the PR. + +- PRs must contain a clear and detailed summary of the changes they introduce and the rationale behind those changes +- PRs must include links to relevant issues, if available +- PRs must be of reasonable size, so they can be reviewed properly