Skip to content

Commit

Permalink
docs: add daegontaven as a contributor for code, test, and 8 more (#63)
Browse files Browse the repository at this point in the history
* docs: update CONTRIBUTORS.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
  • Loading branch information
allcontributors[bot] committed Dec 2, 2022
1 parent 76ff3a1 commit e959a03
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 3 deletions.
28 changes: 25 additions & 3 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"projectName": "openskill.py",
"projectOwner": "daegontaven",
"projectOwner": "OpenDebates",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["CONTRIBUTORS.md"],
"files": [
"CONTRIBUTORS.md"
],
"imageSize": 100,
"commit": false,
"contributorsPerLine": 7,
Expand All @@ -12,5 +14,25 @@
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"linkToUsage": true,
"skipCi": true,
"contributors": []
"contributors": [
{
"login": "daegontaven",
"name": "Taven",
"avatar_url": "https://avatars.githubusercontent.com/u/8206808?v=4",
"profile": "https://taven.me",
"contributions": [
"code",
"test",
"review",
"research",
"projectManagement",
"question",
"maintenance",
"doc",
"design",
"data"
]
}
],
"commitConvention": "angular"
}
16 changes: 16 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center"><a href="https://taven.me"><img src="https://avatars.githubusercontent.com/u/8206808?v=4" width="100px;" alt=""/><br /><sub><b>Taven</b></sub></a></td>
</tr>
</tbody>
<tfoot>
<tr>
<td align="center" size="13px" colspan="7">
<img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg">
<a href="https://all-contributors.js.org/docs/en/bot/usage">Add your contributions</a>
</img>
</td>
</tr>
</tfoot>
</table>

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

0 comments on commit e959a03

Please sign in to comment.