Skip to content

Commit a9ad9e4

Browse files
committed
fix: all contributors configuration
1 parent 221af4c commit a9ad9e4

File tree

4 files changed

+27
-24
lines changed

4 files changed

+27
-24
lines changed

.all-contributorsrc

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
11
{
22
"files": [
3-
"README.md"
3+
"./packages/nx-cloudflare/README.md"
44
],
55
"imageSize": 100,
66
"commit": false,
77
"commitType": "docs",
88
"commitConvention": "angular",
99
"contributors": [
10+
{
11+
"login": "NachoVazquez",
12+
"name": "Nacho Vazquez",
13+
"avatar_url": "https://avatars3.githubusercontent.com/u/9338604?v=4",
14+
"profile": "https://github.com/NachoVazquez",
15+
"contributions": [
16+
"code",
17+
"documentation",
18+
"example",
19+
"ideas",
20+
"mentoring",
21+
"maintenance",
22+
"projectManagement",
23+
"review",
24+
"test",
25+
"tool"
26+
]
27+
},
1028
{
1129
"login": "terrxo",
1230
"name": "Nik",

README.md

+3-21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# OSS
2+
23
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
4+
35
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
6+
47
<!-- ALL-CONTRIBUTORS-BADGE:END -->
58

69
This is my OSS workspace. I plan to add a misc of packages to this workspace. Check the list of current projects below.
@@ -11,24 +14,3 @@ This is a Nx plugin for Cloudflare. In particular Cloudflare workers.
1114

1215
[Read more](./packages/nx-cloudflare/README.md)
1316

14-
## Contributors ✨
15-
16-
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
17-
18-
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
19-
<!-- prettier-ignore-start -->
20-
<!-- markdownlint-disable -->
21-
<table>
22-
<tbody>
23-
<tr>
24-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/terrxo"><img src="https://avatars.githubusercontent.com/u/99985144?v=4?s=100" width="100px;" alt="Nik"/><br /><sub><b>Nik</b></sub></a><br /><a href="https://github.com/naxodev/oss/commits?author=terrxo" title="Code">💻</a></td>
25-
</tr>
26-
</tbody>
27-
</table>
28-
29-
<!-- markdownlint-restore -->
30-
<!-- prettier-ignore-end -->
31-
32-
<!-- ALL-CONTRIBUTORS-LIST:END -->
33-
34-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

examples/cloudflare-next-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
"react-dom": "18.2.0",
99
"typescript": "5.3.3"
1010
}
11-
}
11+
}

packages/nx-cloudflare/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -220,4 +220,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
220220
<tbody>
221221
<tr>
222222
<td align="center" valign="top" width="14.28%">
223-
<a href="https://github.com/NachoVazquez"><img src="https://avatars3.githubusercontent.com/u/9338604?v=4?s=100" width="100px;" alt="Nacho Vazquez"/><br /><sub><b>Nacho Vazquez</b></sub></a><br /><a href="https://github.com/ngworker/lumberjack/issues?q=author%3ANachoVazquez" title="Bug reports">🐛</a> <a href="https://github.com/ngworker/lumberjack/commits?author=NachoVazquez" title="Code">💻</a> <a href="https://github.com/ngworker/lumberjack/commits?author=NachoVazquez" title="Documentation">📖</a> <a href="#example-NachoVazquez" title="Examples">💡</a> <a href="#ideas-NachoVazquez" title="Ideas, Planning, & Feedback">🤔</a> <a href="#mentoring-NachoVazquez" title="Mentoring">🧑‍🏫</a> <a href="#maintenance-NachoVazquez" title="Maintenance">🚧</a> <a href="#projectManagement-NachoVazquez" title="Project Management">📆</a> <a href="https://github.com/ngworker/lumberjack/pulls?q=is%3Apr+reviewed-by%3ANachoVazquez" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/ngworker/lumberjack/commits?author=NachoVazquez" title="Tests">⚠️</a> <a href="#tool-NachoVazquez" title="Tools">🔧</a> <a href="#userTesting-NachoVazquez" title="User Testing">📓</a></td></tr></tbody></table>
223+
<a href="https://github.com/NachoVazquez"><img src="https://avatars3.githubusercontent.com/u/9338604?v=4?s=100" width="100px;" alt="Nacho Vazquez"/><br /><sub><b>Nacho Vazquez</b></sub></a><br /><a href="https://github.com/ngworker/lumberjack/issues?q=author%3ANachoVazquez" title="Bug reports">🐛</a> <a href="https://github.com/ngworker/lumberjack/commits?author=NachoVazquez" title="Code">💻</a> <a href="https://github.com/ngworker/lumberjack/commits?author=NachoVazquez" title="Documentation">📖</a> <a href="#example-NachoVazquez" title="Examples">💡</a> <a href="#ideas-NachoVazquez" title="Ideas, Planning, & Feedback">🤔</a> <a href="#mentoring-NachoVazquez" title="Mentoring">🧑‍🏫</a> <a href="#maintenance-NachoVazquez" title="Maintenance">🚧</a> <a href="#projectManagement-NachoVazquez" title="Project Management">📆</a> <a href="https://github.com/ngworker/lumberjack/pulls?q=is%3Apr+reviewed-by%3ANachoVazquez" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/ngworker/lumberjack/commits?author=NachoVazquez" title="Tests">⚠️</a> <a href="#tool-NachoVazquez" title="Tools">🔧</a> <a href="#userTesting-NachoVazquez" title="User Testing">📓</a></td></tr> <tr>
224+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/terrxo"><img src="https://avatars.githubusercontent.com/u/99985144?v=4?s=100" width="100px;" alt="Nik"/><br /><sub><b>Nik</b></sub></a><br /><a href="https://github.com/naxodev/oss/commits?author=terrxo" title="Code">💻</a></td>
225+
</tr>
226+
</tbody></table>

0 commit comments

Comments
 (0)