Skip to content
This repository was archived by the owner on Sep 7, 2023. It is now read-only.

Commit dc1d384

Browse files
author
Flo
authored
Add four more contributors to README
1 parent 5ab2e4d commit dc1d384

File tree

2 files changed

+56
-3
lines changed

2 files changed

+56
-3
lines changed

.all-contributorsrc

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,57 @@
1414
"code",
1515
"design"
1616
]
17+
},
18+
{
19+
"login": "ollicle",
20+
"name": "Oliver Boermans",
21+
"avatar_url": "https://avatars1.githubusercontent.com/u/63586?v=4",
22+
"profile": "http://www.ollicle.com",
23+
"contributions": [
24+
"content"
25+
]
26+
},
27+
{
28+
"login": "eambutu",
29+
"name": "eambutu",
30+
"avatar_url": "https://avatars3.githubusercontent.com/u/11009767?v=4",
31+
"profile": "https://www.phillipkwang.com",
32+
"contributions": [
33+
"bug",
34+
"code"
35+
]
36+
},
37+
{
38+
"login": "JackKelly",
39+
"name": "Jack Kelly",
40+
"avatar_url": "https://avatars2.githubusercontent.com/u/460756?v=4",
41+
"profile": "http://jack-kelly.com",
42+
"contributions": [
43+
"business",
44+
"code",
45+
"content",
46+
"ideas"
47+
]
48+
},
49+
{
50+
"login": "FWirtz",
51+
"name": "Flo",
52+
"avatar_url": "https://avatars1.githubusercontent.com/u/6052785?v=4",
53+
"profile": "https://github.com/FWirtz",
54+
"contributions": [
55+
"code",
56+
"content",
57+
"ideas",
58+
"maintenance",
59+
"design",
60+
"projectManagement"
61+
]
1762
}
1863
],
1964
"contributorsPerLine": 7,
2065
"projectName": "openclimatefix.github.io",
2166
"projectOwner": "openclimatefix",
2267
"repoType": "github",
23-
"repoHost": "https://github.com"
68+
"repoHost": "https://github.com",
69+
"commitConvention": "none"
2470
}

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Open Climate Fix Website
2-
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-)
33

44
Source for openclimatefix.org.
55
This is currently under heavy construction.
@@ -11,13 +11,20 @@ We will be publishing a v1 baseline very soon and then create issues from there.
1111
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
1212

1313
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
14-
<!-- prettier-ignore -->
14+
<!-- prettier-ignore-start -->
15+
<!-- markdownlint-disable -->
1516
<table>
1617
<tr>
1718
<td align="center"><a href="https://github.com/schillerk"><img src="https://avatars1.githubusercontent.com/u/8676510?v=4" width="100px;" alt="Kyle Schiller"/><br /><sub><b>Kyle Schiller</b></sub></a><br /><a href="https://github.com/openclimatefix/openclimatefix.github.io/commits?author=schillerk" title="Code">💻</a> <a href="#design-schillerk" title="Design">🎨</a></td>
19+
<td align="center"><a href="http://www.ollicle.com"><img src="https://avatars1.githubusercontent.com/u/63586?v=4" width="100px;" alt="Oliver Boermans"/><br /><sub><b>Oliver Boermans</b></sub></a><br /><a href="#content-ollicle" title="Content">🖋</a></td>
20+
<td align="center"><a href="https://www.phillipkwang.com"><img src="https://avatars3.githubusercontent.com/u/11009767?v=4" width="100px;" alt="eambutu"/><br /><sub><b>eambutu</b></sub></a><br /><a href="https://github.com/openclimatefix/openclimatefix.github.io/issues?q=author%3Aeambutu" title="Bug reports">🐛</a> <a href="https://github.com/openclimatefix/openclimatefix.github.io/commits?author=eambutu" title="Code">💻</a></td>
21+
<td align="center"><a href="http://jack-kelly.com"><img src="https://avatars2.githubusercontent.com/u/460756?v=4" width="100px;" alt="Jack Kelly"/><br /><sub><b>Jack Kelly</b></sub></a><br /><a href="#business-JackKelly" title="Business development">💼</a> <a href="https://github.com/openclimatefix/openclimatefix.github.io/commits?author=JackKelly" title="Code">💻</a> <a href="#content-JackKelly" title="Content">🖋</a> <a href="#ideas-JackKelly" title="Ideas, Planning, & Feedback">🤔</a></td>
22+
<td align="center"><a href="https://github.com/FWirtz"><img src="https://avatars1.githubusercontent.com/u/6052785?v=4" width="100px;" alt="Flo"/><br /><sub><b>Flo</b></sub></a><br /><a href="https://github.com/openclimatefix/openclimatefix.github.io/commits?author=FWirtz" title="Code">💻</a> <a href="#content-FWirtz" title="Content">🖋</a> <a href="#ideas-FWirtz" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-FWirtz" title="Maintenance">🚧</a> <a href="#design-FWirtz" title="Design">🎨</a> <a href="#projectManagement-FWirtz" title="Project Management">📆</a></td>
1823
</tr>
1924
</table>
2025

26+
<!-- markdownlint-enable -->
27+
<!-- prettier-ignore-end -->
2128
<!-- ALL-CONTRIBUTORS-LIST:END -->
2229

2330
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)