From 02d5f95172201cd440f0f889c427b4ab4a631272 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 15:16:03 +0100 Subject: [PATCH] docs: add suvayu as a contributor for code, and review (#89) --- .all-contributorsrc | 22 ++++++++++++++++++++-- README.md | 7 +++++++ docs/src/index.md | 7 +++++++ 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index a30ef57..9401d0c 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,5 +1,23 @@ { - "projectName": "TulipaIO", + "projectName": "TulipaIO.jl", "projectOwner": "TulipaEnergy", - "files": ["README.md", "docs/src/index.md"] + "files": [ + "README.md", + "docs/src/index.md" + ], + "commitType": "docs", + "commitConvention": "angular", + "contributorsPerLine": 7, + "contributors": [ + { + "login": "suvayu", + "name": "Suvayu Ali", + "avatar_url": "https://avatars.githubusercontent.com/u/229540?v=4", + "profile": "https://github.com/suvayu", + "contributions": [ + "code", + "review" + ] + } + ] } diff --git a/README.md b/README.md index 085b78b..f495c5c 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,13 @@ Furthermore, you can read specific information for this package at the [TulipaIO + + + + + + +
Suvayu Ali
Suvayu Ali

💻 👀
diff --git a/docs/src/index.md b/docs/src/index.md index bce5bfc..393a1ef 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -44,6 +44,13 @@ DataFrame(DBInterface.execute(con, "SELECT name, type, investable, variable_cost + + + + + + +
Suvayu Ali
Suvayu Ali

💻 👀