Skip to content

Commit a070274

Browse files
Docs: add tturocy as a contributor for code, doc, and 3 more (#601)
* docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 90e7ee4 commit a070274

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

.all-contributorsrc

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
{
22
"projectName": "gambit",
3-
"projectOwner": "gambitproject"
4-
}
3+
"projectOwner": "gambitproject",
4+
"files": [
5+
"README.md"
6+
],
7+
"commitType": "docs",
8+
"commitConvention": "angular",
9+
"contributorsPerLine": 7,
10+
"contributors": [
11+
{
12+
"login": "tturocy",
13+
"name": "Ted Turocy",
14+
"avatar_url": "https://avatars.githubusercontent.com/u/180959?v=4",
15+
"profile": "https://github.com/tturocy",
16+
"contributions": [
17+
"code",
18+
"doc",
19+
"research",
20+
"maintenance",
21+
"ideas"
22+
]
23+
}
24+
]
25+
}

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ installable via PyPI.
4141
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
4242
<!-- prettier-ignore-start -->
4343
<!-- markdownlint-disable -->
44+
<table>
45+
<tbody>
46+
<tr>
47+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/tturocy"><img src="https://avatars.githubusercontent.com/u/180959?v=4?s=100" width="100px;" alt="Ted Turocy"/><br /><sub><b>Ted Turocy</b></sub></a><br /><a href="#code-tturocy" title="Code">💻</a> <a href="#doc-tturocy" title="Documentation">📖</a> <a href="#research-tturocy" title="Research">🔬</a> <a href="#maintenance-tturocy" title="Maintenance">🚧</a> <a href="#ideas-tturocy" title="Ideas, Planning, & Feedback">🤔</a></td>
48+
</tr>
49+
</tbody>
50+
</table>
4451

4552
<!-- markdownlint-restore -->
4653
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)