Skip to content

Commit 88be16b

Browse files
authored
Merge pull request #37 from path2finding/all-contributors/add-JamesCoyne
docs: add JamesCoyne as a contributor
2 parents 835aca0 + 574a1cc commit 88be16b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.all-contributorsrc

+12
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@
2626
"design",
2727
"doc"
2828
]
29+
},
30+
{
31+
"login": "JamesCoyne",
32+
"name": "Jame Coyne",
33+
"avatar_url": "https://avatars2.githubusercontent.com/u/21059291?v=4",
34+
"profile": "http://jame.dev",
35+
"contributions": [
36+
"code",
37+
"design",
38+
"doc",
39+
"infra"
40+
]
2941
}
3042
],
3143
"contributorsPerLine": 7,

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Path2Finding Visualizer
22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55
## A Pathfinding Algorithm Visualization Tool
66

@@ -60,6 +60,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
6060
<tr>
6161
<td align="center"><a href="https://uptonm.dev/"><img src="https://avatars3.githubusercontent.com/u/23084678?v=4" width="100px;" alt=""/><br /><sub><b>Mike Upton</b></sub></a><br /><a href="https://github.com/path2finding/visualizer/commits?author=uptonm" title="Code">💻</a> <a href="#infra-uptonm" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
6262
<td align="center"><a href="https://github.com/ShawnToubeau"><img src="https://avatars1.githubusercontent.com/u/22332636?v=4" width="100px;" alt=""/><br /><sub><b>Shawn Toubeau</b></sub></a><br /><a href="https://github.com/path2finding/visualizer/commits?author=ShawnToubeau" title="Code">💻</a> <a href="#infra-ShawnToubeau" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#design-ShawnToubeau" title="Design">🎨</a> <a href="https://github.com/path2finding/visualizer/commits?author=ShawnToubeau" title="Documentation">📖</a></td>
63+
<td align="center"><a href="http://jame.dev"><img src="https://avatars2.githubusercontent.com/u/21059291?v=4" width="100px;" alt=""/><br /><sub><b>Jame Coyne</b></sub></a><br /><a href="https://github.com/path2finding/visualizer/commits?author=JamesCoyne" title="Code">💻</a> <a href="#design-JamesCoyne" title="Design">🎨</a> <a href="https://github.com/path2finding/visualizer/commits?author=JamesCoyne" title="Documentation">📖</a> <a href="#infra-JamesCoyne" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
6364
</tr>
6465
</table>
6566

0 commit comments

Comments
 (0)