From cdd9d008071717cd21700e8fc1d4efd87b4b0b7c Mon Sep 17 00:00:00 2001 From: Louis Bernath <12624245+LouisBernath@users.noreply.github.com> Date: Wed, 25 Mar 2026 08:37:57 +0100 Subject: [PATCH 1/3] Add CONTRIBUTING.md for project status and contact Add contribution guidelines to reflect project status and contact information. --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..89ffd55 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,2 @@ +## Can i ontribute to oco-chunks-modeling? +This project is solely a proof of concept, is not under active development, and is provided 'as is'. If you wish to get in touch, please use the contact email address provided in the publiccode.yml file. From cb8546c10d31ad04af25f4276d45ba585ced6acd Mon Sep 17 00:00:00 2001 From: Louis Bernath <12624245+LouisBernath@users.noreply.github.com> Date: Wed, 25 Mar 2026 08:40:32 +0100 Subject: [PATCH 2/3] Add security policy to SECURITY.md Added a security policy stating the project is a proof of concept and will not address security issues. --- SECURITY.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..4a14017 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,5 @@ +# Security Policy + +This project is a proof of concept, not an active development, and should not be used in production in its current state. + +Therefore, we will not address any security issues. From 8a36af367ba71b2d9729cbd97be20f7e2180154c Mon Sep 17 00:00:00 2001 From: Louis Bernath <12624245+LouisBernath@users.noreply.github.com> Date: Wed, 25 Mar 2026 10:14:41 +0100 Subject: [PATCH 3/3] Fix spelling and update contribution guidelines Corrected spelling and clarified contact information. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 89ffd55..c8919a6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,2 +1,2 @@ -## Can i ontribute to oco-chunks-modeling? -This project is solely a proof of concept, is not under active development, and is provided 'as is'. If you wish to get in touch, please use the contact email address provided in the publiccode.yml file. +## Can i contribute to oco-chunks-modeling? +This project is purely a proof of concept and is not under active development. It is provided 'as is'. Currently, we do not offer any contact options.