Skip to content

Commit 9a216aa

Browse files
Update all-contributors contribution types (#18)
1 parent d69af96 commit 9a216aa

File tree

4 files changed

+49
-3
lines changed

4 files changed

+49
-3
lines changed

.all-contributorsrc

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,33 @@
77
"imageSize": 100,
88
"commit": false,
99
"commitConvention": "angular",
10-
"contributors": [],
10+
"contributors": [
11+
{
12+
"login": "VeckoTheGecko",
13+
"name": "Nick Hodgskin",
14+
"avatar_url": "https://avatars.githubusercontent.com/u/36369090?v=4",
15+
"profile": "https://github.com/VeckoTheGecko",
16+
"contributions": ["steering", "code"]
17+
},
18+
{
19+
"login": "erikvansebille",
20+
"name": "Erik van Sebille",
21+
"avatar_url": "https://avatars.githubusercontent.com/u/14315062?v=4",
22+
"profile": "https://www.uu.nl/staff/EvanSebille",
23+
"contributions": ["steering"]
24+
}
25+
],
1126
"contributorsPerLine": 7,
1227
"skipCi": true,
13-
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)"
28+
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
29+
"types": {
30+
"steering": {
31+
"symbol": "🚣",
32+
"description": "Current or previous members of the project steering team."
33+
},
34+
"moderation": {
35+
"symbol": "💫",
36+
"description": "Current or previous members of the project moderation team."
37+
}
38+
}
1439
}

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,21 @@ This project also uses `pre-commit` which you can optionally run locally (though
1515

1616
## Contributors
1717

18+
We have contributors of all types - from those who've contributed to the direction of the project, code, design, feedback, and more. See below our contributors.
19+
1820
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
1921
<!-- prettier-ignore-start -->
2022
<!-- markdownlint-disable -->
23+
<table>
24+
<tbody>
25+
<tr>
26+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/VeckoTheGecko"><img src="https://avatars.githubusercontent.com/u/36369090?v=4?s=100" width="100px;" alt="Nick Hodgskin"/><br /><sub><b>Nick Hodgskin</b></sub></a><br /><a href="#steering-VeckoTheGecko" title="Current or previous members of the project steering team.">🚣</a> <a href="https://github.com/CLAM Contributors/CLAM/commits?author=VeckoTheGecko" title="Code">💻</a></td>
27+
<td align="center" valign="top" width="14.28%"><a href="https://www.uu.nl/staff/EvanSebille"><img src="https://avatars.githubusercontent.com/u/14315062?v=4?s=100" width="100px;" alt="Erik van Sebille"/><br /><sub><b>Erik van Sebille</b></sub></a><br /><a href="#steering-erikvansebille" title="Current or previous members of the project steering team.">🚣</a></td>
28+
</tr>
29+
</tbody>
30+
</table>
31+
2132
<!-- markdownlint-restore -->
2233
<!-- prettier-ignore-end -->
34+
2335
<!-- ALL-CONTRIBUTORS-LIST:END -->

docs/code-of-conduct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ We will follow this response protocol:
112112
If we verify abusive behaviour:
113113

114114
- They will be removed from the CLAM Community
115-
<!-- * If applicable, their employment with CLAM will be terminated. -->
115+
<!-- * If applicable, their employment with CLAM will be terminated. -->
116116
- Their Zulip account will be deactivated, and
117117
- Permissions will be removed from any CLAM-related repositories and/or accounts.
118118

docs/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@ Here is a list of the people who have contributed to the project.
7474
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
7575
<!-- prettier-ignore-start -->
7676
<!-- markdownlint-disable -->
77+
<table>
78+
<tbody>
79+
<tr>
80+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/VeckoTheGecko"><img src="https://avatars.githubusercontent.com/u/36369090?v=4?s=100" width="100px;" alt="Nick Hodgskin"/><br /><sub><b>Nick Hodgskin</b></sub></a><br /><a href="#steering-VeckoTheGecko" title="Current or previous members of the project steering team.">🚣</a> <a href="https://github.com/CLAM Contributors/CLAM/commits?author=VeckoTheGecko" title="Code">💻</a></td>
81+
<td align="center" valign="top" width="14.28%"><a href="https://www.uu.nl/staff/EvanSebille"><img src="https://avatars.githubusercontent.com/u/14315062?v=4?s=100" width="100px;" alt="Erik van Sebille"/><br /><sub><b>Erik van Sebille</b></sub></a><br /><a href="#steering-erikvansebille" title="Current or previous members of the project steering team.">🚣</a></td>
82+
</tr>
83+
</tbody>
84+
</table>
85+
7786
<!-- markdownlint-restore -->
7887
<!-- prettier-ignore-end -->
7988
<!-- ALL-CONTRIBUTORS-LIST:END -->

0 commit comments

Comments
 (0)