Skip to content

Commit

Permalink
docs: add suvayu as a contributor for code, and review (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
allcontributors[bot] authored Jan 20, 2025
1 parent 48278bb commit 02d5f95
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -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"
]
}
]
}
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ Furthermore, you can read specific information for this package at the [TulipaIO
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/suvayu"><img src="https://avatars.githubusercontent.com/u/229540?v=4?s=100" width="100px;" alt="Suvayu Ali"/><br /><sub><b>Suvayu Ali</b></sub></a><br /><a href="#code-suvayu" title="Code">💻</a> <a href="#review-suvayu" title="Reviewed Pull Requests">👀</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
Expand Down
7 changes: 7 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ DataFrame(DBInterface.execute(con, "SELECT name, type, investable, variable_cost
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/suvayu"><img src="https://avatars.githubusercontent.com/u/229540?v=4?s=100" width="100px;" alt="Suvayu Ali"/><br /><sub><b>Suvayu Ali</b></sub></a><br /><a href="#code-suvayu" title="Code">💻</a> <a href="#review-suvayu" title="Reviewed Pull Requests">👀</a></td>
</tr>
</tbody>
</table>
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
Expand Down

0 comments on commit 02d5f95

Please sign in to comment.