Skip to content

Commit c0c49ed

Browse files
docs: add Zethson as a contributor for code (#962)
* docs: update CONTRIBUTING.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 4e0f64d commit c0c49ed

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.all-contributorsrc

+11-1
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,15 @@
272272
"contributions": [
273273
"code"
274274
]
275+
},
276+
{
277+
"login": "Zethson",
278+
"name": "Lukas Heumos",
279+
"avatar_url": "https://avatars.githubusercontent.com/u/21954664?v=4",
280+
"profile": "https://lukasheumos.com",
281+
"contributions": [
282+
"code"
283+
]
275284
}
276285
],
277286
"contributorsPerLine": 7,
@@ -280,5 +289,6 @@
280289
"repoType": "github",
281290
"repoHost": "https://github.com",
282291
"skipCi": true,
283-
"commitConvention": "angular"
292+
"commitConvention": "angular",
293+
"commitType": "docs"
284294
}

CONTRIBUTING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-29-orange.svg?style=flat-square)](#contributors-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-30-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55

66
## Contributors ✨
@@ -50,6 +50,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
5050
</tr>
5151
<tr>
5252
<td align="center" valign="top" width="14.28%"><a href="http://stjohngrimbly.com"><img src="https://avatars.githubusercontent.com/u/28342957?v=4?s=100" width="100px;" alt="St John Grimbly"/><br /><sub><b>St John Grimbly</b></sub></a><br /><a href="https://github.com/py-why/dowhy/commits?author=sgrimbly" title="Code">💻</a></td>
53+
<td align="center" valign="top" width="14.28%"><a href="https://lukasheumos.com"><img src="https://avatars.githubusercontent.com/u/21954664?v=4?s=100" width="100px;" alt="Lukas Heumos"/><br /><sub><b>Lukas Heumos</b></sub></a><br /><a href="https://github.com/py-why/dowhy/commits?author=Zethson" title="Code">💻</a></td>
5354
</tr>
5455
</tbody>
5556
</table>

0 commit comments

Comments
 (0)