Skip to content

Commit

Permalink
docs: add snotskie as a contributor for ideas (#92)
Browse files Browse the repository at this point in the history
* docs: update README.md

* docs: update .all-contributorsrc

* Update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Simon Christ <[email protected]>
  • Loading branch information
allcontributors[bot] and BeastyBlacksmith authored Nov 15, 2024
1 parent 6d46989 commit 44d6a90
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
{
"projectName": "Programming with Julia",
"projectOwner": "Carpentries Incubator"
}
"projectOwner": "carpentries-incubator",
"files": [
"README.md"
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributorsSortAlphabetically": true,
"contributors": [
{
"login": "snotskie",
"name": "snotskie",
"avatar_url": "https://avatars.githubusercontent.com/u/2658495?v=4",
"profile": "https://snotskie.com/bio",
"contributions": [
"ideas"
]
}
]
}
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ Current maintainers of this lesson are
<!-- 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://snotskie.com/bio"><img src="https://avatars.githubusercontent.com/u/2658495?v=4?s=100" width="100px;" alt="snotskie"/><br /><sub><b>snotskie</b></sub></a><br /><a href="#ideas-snotskie" title="Ideas, Planning, & Feedback">🤔</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
Expand Down

0 comments on commit 44d6a90

Please sign in to comment.