Skip to content

Commit 3dd1255

Browse files
Merge pull request #1684 from pybamm-team/all-contributors/add-wigging
docs: add wigging as a contributor for bug, code
2 parents 4636774 + e154084 commit 3dd1255

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.all-contributorsrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,16 @@
408408
"contributions": [
409409
"doc"
410410
]
411+
},
412+
{
413+
"login": "wigging",
414+
"name": "Gavin Wiggins",
415+
"avatar_url": "https://avatars.githubusercontent.com/u/6828967?v=4",
416+
"profile": "https://gavinw.me",
417+
"contributions": [
418+
"bug",
419+
"code"
420+
]
411421
}
412422
],
413423
"contributorsPerLine": 7,

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[![release](https://img.shields.io/github/v/release/pybamm-team/PyBaMM?color=yellow)](https://github.com/pybamm-team/PyBaMM/releases)
1212
[![black code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
1313
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
14-
[![All Contributors](https://img.shields.io/badge/all_contributors-35-orange.svg)](#-contributors)
14+
[![All Contributors](https://img.shields.io/badge/all_contributors-36-orange.svg)](#-contributors)
1515
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1616

1717
</div>
@@ -185,6 +185,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
185185
<td align="center"><a href="https://github.com/chuckliu1979"><img src="https://avatars.githubusercontent.com/u/13491954?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Chuck Liu</b></sub></a><br /><a href="https://github.com/pybamm-team/PyBaMM/issues?q=author%3Achuckliu1979" title="Bug reports">🐛</a> <a href="https://github.com/pybamm-team/PyBaMM/commits?author=chuckliu1979" title="Code">💻</a></td>
186186
<td align="center"><a href="https://github.com/partben"><img src="https://avatars.githubusercontent.com/u/88316576?v=4?s=100" width="100px;" alt=""/><br /><sub><b>partben</b></sub></a><br /><a href="https://github.com/pybamm-team/PyBaMM/commits?author=partben" title="Documentation">📖</a></td>
187187
</tr>
188+
<tr>
189+
<td align="center"><a href="https://gavinw.me"><img src="https://avatars.githubusercontent.com/u/6828967?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Gavin Wiggins</b></sub></a><br /><a href="https://github.com/pybamm-team/PyBaMM/issues?q=author%3Awigging" title="Bug reports">🐛</a> <a href="https://github.com/pybamm-team/PyBaMM/commits?author=wigging" title="Code">💻</a></td>
190+
</tr>
188191
</table>
189192

190193
<!-- markdownlint-restore -->

0 commit comments

Comments
 (0)