Skip to content

Commit

Permalink
docs: add greg-neustroev as a contributor for code, doc, and maintena…
Browse files Browse the repository at this point in the history
…nce (#64)

* docs: update README.md

* docs: update docs/src/index.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
  • Loading branch information
allcontributors[bot] authored Oct 9, 2024
1 parent 34bc370 commit bfbc99b
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
23 changes: 21 additions & 2 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
{
"projectName": "TulipaClustering",
"projectName": "TulipaClustering.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": "greg-neustroev",
"name": "Greg Neustroev",
"avatar_url": "https://avatars.githubusercontent.com/u/32451432?v=4",
"profile": "https://github.com/greg-neustroev",
"contributions": [
"code",
"doc",
"maintenance"
]
}
]
}
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ If you want to make contributions of any kind, please first that a look into our
<!-- 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/greg-neustroev"><img src="https://avatars.githubusercontent.com/u/32451432?v=4?s=100" width="100px;" alt="Greg Neustroev"/><br /><sub><b>Greg Neustroev</b></sub></a><br /><a href="#code-greg-neustroev" title="Code">💻</a> <a href="#doc-greg-neustroev" title="Documentation">📖</a> <a href="#maintenance-greg-neustroev" title="Maintenance">🚧</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 @@ -15,6 +15,13 @@ Documentation for [TulipaClustering](https://github.com/TulipaEnergy/TulipaClust
<!-- 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/greg-neustroev"><img src="https://avatars.githubusercontent.com/u/32451432?v=4?s=100" width="100px;" alt="Greg Neustroev"/><br /><sub><b>Greg Neustroev</b></sub></a><br /><a href="#code-greg-neustroev" title="Code">💻</a> <a href="#doc-greg-neustroev" title="Documentation">📖</a> <a href="#maintenance-greg-neustroev" title="Maintenance">🚧</a></td>
</tr>
</tbody>
</table>
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
Expand Down

0 comments on commit bfbc99b

Please sign in to comment.