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