Skip to content

Commit 0fef526

Browse files
committed
chore: added all-contributors
1 parent ae879cf commit 0fef526

File tree

4 files changed

+670
-11
lines changed

4 files changed

+670
-11
lines changed

.all-contributorsrc

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"projectName": "zoom-slack-status-updater",
3+
"projectOwner": "natterstefan",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": false,
11+
"commitConvention": "eslint",
12+
"contributors": [
13+
{
14+
"login": "natterstefan",
15+
"name": "Stefan Natter",
16+
"avatar_url": "https://avatars2.githubusercontent.com/u/1043668?v=4",
17+
"profile": "http://twitter.com/natterstefan",
18+
"contributions": [
19+
"ideas",
20+
"code"
21+
]
22+
}
23+
],
24+
"contributorsPerLine": 7
25+
}

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,23 @@ now ls
146146
## License
147147

148148
[MIT](License)
149+
150+
## Contributors ✨
151+
152+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
153+
154+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
155+
<!-- prettier-ignore-start -->
156+
<!-- markdownlint-disable -->
157+
<table>
158+
<tr>
159+
<td align="center"><a href="http://twitter.com/natterstefan"><img src="https://avatars2.githubusercontent.com/u/1043668?v=4" width="100px;" alt=""/><br /><sub><b>Stefan Natter</b></sub></a><br /><a href="#ideas-natterstefan" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/natterstefan/zoom-slack-status-updater/commits?author=natterstefan" title="Code">💻</a></td>
160+
</tr>
161+
</table>
162+
163+
<!-- markdownlint-enable -->
164+
<!-- prettier-ignore-end -->
165+
166+
<!-- ALL-CONTRIBUTORS-LIST:END -->
167+
168+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"express": "^4.17.1"
2424
},
2525
"devDependencies": {
26+
"all-contributors-cli": "^6.14.1",
2627
"nodemon": "^2.0.3"
2728
}
2829
}

0 commit comments

Comments
 (0)