Skip to content

Commit

Permalink
docs: add sapter as a contributor for bug, doc (#3)
Browse files Browse the repository at this point in the history
* docs: update readme.md

* docs: update contributing.md

* docs: update .all-contributorsrc

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
  • Loading branch information
allcontributors[bot] committed Sep 19, 2021
1 parent 1826ee1 commit dbc2423
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 26 deletions.
62 changes: 36 additions & 26 deletions .all-contributorsrc
@@ -1,28 +1,38 @@
{
"projectName": "use-timer",
"projectOwner": "bradgarropy",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"readme.md",
"contributing.md"
],
"imageSize": 100,
"contributorsPerLine": 7,
"contributorsSortAlphabetically": false,
"skipCi": false,
"contributors": [
{
"login": "bradgarropy",
"name": "Brad Garropy",
"avatar_url": "https://avatars.githubusercontent.com/u/11336745?v=4",
"profile": "https://bradgarropy.com",
"contributions": [
"code",
"doc",
"test",
"infra"
]
}
]
"projectName": "use-timer",
"projectOwner": "bradgarropy",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"readme.md",
"contributing.md"
],
"imageSize": 100,
"contributorsPerLine": 7,
"contributorsSortAlphabetically": false,
"skipCi": false,
"contributors": [
{
"login": "bradgarropy",
"name": "Brad Garropy",
"avatar_url": "https://avatars.githubusercontent.com/u/11336745?v=4",
"profile": "https://bradgarropy.com",
"contributions": [
"code",
"doc",
"test",
"infra"
]
},
{
"login": "sapter",
"name": "Sam Apter",
"avatar_url": "https://avatars.githubusercontent.com/u/29054106?v=4",
"profile": "https://github.com/sapter",
"contributions": [
"bug",
"doc"
]
}
]
}
1 change: 1 addition & 0 deletions contributing.md
Expand Up @@ -93,6 +93,7 @@ I appreciate any and all types of contributions to this project! Contributors ar
<table>
<tr>
<td align="center"><a href="https://bradgarropy.com"><img src="https://avatars.githubusercontent.com/u/11336745?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Brad Garropy</b></sub></a><br /><a href="https://github.com/bradgarropy/use-timer/commits?author=bradgarropy" title="Code">💻</a> <a href="https://github.com/bradgarropy/use-timer/commits?author=bradgarropy" title="Documentation">📖</a> <a href="https://github.com/bradgarropy/use-timer/commits?author=bradgarropy" title="Tests">⚠️</a> <a href="#infra-bradgarropy" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center"><a href="https://github.com/sapter"><img src="https://avatars.githubusercontent.com/u/29054106?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sam Apter</b></sub></a><br /><a href="https://github.com/bradgarropy/use-timer/issues?q=author%3Asapter" title="Bug reports">🐛</a> <a href="https://github.com/bradgarropy/use-timer/commits?author=sapter" title="Documentation">📖</a></td>
</tr>
</table>

Expand Down
1 change: 1 addition & 0 deletions readme.md
Expand Up @@ -100,6 +100,7 @@ Each of the control functions are ignored in certain situations.
<table>
<tr>
<td align="center"><a href="https://bradgarropy.com"><img src="https://avatars.githubusercontent.com/u/11336745?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Brad Garropy</b></sub></a><br /><a href="https://github.com/bradgarropy/use-timer/commits?author=bradgarropy" title="Code">💻</a> <a href="https://github.com/bradgarropy/use-timer/commits?author=bradgarropy" title="Documentation">📖</a> <a href="https://github.com/bradgarropy/use-timer/commits?author=bradgarropy" title="Tests">⚠️</a> <a href="#infra-bradgarropy" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center"><a href="https://github.com/sapter"><img src="https://avatars.githubusercontent.com/u/29054106?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sam Apter</b></sub></a><br /><a href="https://github.com/bradgarropy/use-timer/issues?q=author%3Asapter" title="Bug reports">🐛</a> <a href="https://github.com/bradgarropy/use-timer/commits?author=sapter" title="Documentation">📖</a></td>
</tr>
</table>

Expand Down

0 comments on commit dbc2423

Please sign in to comment.