Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,21 @@
"contributions": [
"code"
]
},
{
"login": "Jasha10",
"name": "Jasha Sommer-Simpson",
"avatar_url": "https://avatars.githubusercontent.com/u/8935917?v=4",
"profile": "https://github.com/Jasha10",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "_task-spooler",
"projectName": "task-spooler",
"projectOwner": "justanhduc"
}
}
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,14 @@ Options adding jobs:
<!-- 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://justanhduc.github.io/"><img src="https://avatars.githubusercontent.com/u/15206627?v=4?s=100" width="100px;" alt="Duc Nguyen"/><br /><sub><b>Duc Nguyen</b></sub></a><br /><a href="https://github.com/justanhduc/task-spooler/commits?author=justanhduc" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Jasha10"><img src="https://avatars.githubusercontent.com/u/8935917?v=4?s=100" width="100px;" alt="Jasha Sommer-Simpson"/><br /><sub><b>Jasha Sommer-Simpson</b></sub></a><br /><a href="https://github.com/justanhduc/task-spooler/commits?author=Jasha10" title="Code">💻</a></td>
</tr>
</tbody>
</table>

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