From 3b8728cd17866267a857e0727679759f5b71b9b2 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 11:12:39 +0000 Subject: [PATCH 1/3] docs: update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 39783af..79fd34e 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,13 @@ If you want to make contributions of any kind, please first that a look into our + + + + + + +
SCiarella
SCiarella

💻 ⚠️ 🚧
From a881ee35327190ff17760887e7949a892bc58155 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 11:12:40 +0000 Subject: [PATCH 2/3] docs: update docs/src/index.md --- docs/src/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/src/index.md b/docs/src/index.md index 90ab435..103f635 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -12,6 +12,13 @@ Documentation for [ConvolutionalNeuralOperators](https://github.com/DEEPDIP-proj + + + + + + +
SCiarella
SCiarella

💻 ⚠️ 🚧
From 8d53b6ff73f5703281f2e01b1c2975f1b669a20b Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 11:12:41 +0000 Subject: [PATCH 3/3] docs: update .all-contributorsrc --- .all-contributorsrc | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 842b110..83c7672 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,5 +1,24 @@ { - "projectName": "ConvolutionalNeuralOperators", + "projectName": "ConvolutionalNeuralOperator.jl", "projectOwner": "DEEPDIP-project", - "files": ["README.md", "docs/src/index.md"] + "files": [ + "README.md", + "docs/src/index.md" + ], + "commitType": "docs", + "commitConvention": "angular", + "contributorsPerLine": 7, + "contributors": [ + { + "login": "SCiarella", + "name": "SCiarella", + "avatar_url": "https://avatars.githubusercontent.com/u/58949181?v=4", + "profile": "https://github.com/SCiarella", + "contributions": [ + "code", + "test", + "maintenance" + ] + } + ] }