Skip to content

Commit 0004a69

Browse files
authored
Merge pull request #76 from OpenFunction/all-contributors/add-YADROOKIE
2 parents 5d91417 + b9881f7 commit 0004a69

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

.all-contributorsrc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "YADROOKIE",
10+
"name": "MachaYAD",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/43526965?v=4",
12+
"profile": "https://github.com/YADROOKIE",
13+
"contributions": [
14+
"code"
15+
]
16+
}
17+
],
18+
"contributorsPerLine": 7,
19+
"projectName": "functions-framework-nodejs",
20+
"projectOwner": "OpenFunction",
21+
"repoType": "github",
22+
"repoHost": "https://github.com",
23+
"skipCi": true
24+
}

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Functions Framework for Node.js
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
[![npm version](https://img.shields.io/npm/v/@openfunction/functions-framework.svg)](https://www.npmjs.com/package/@openfunction/functions-framework) [![npm downloads](https://img.shields.io/npm/dm/@openfunction/functions-framework.svg)](https://npmcharts.com/compare/@openfunction/functions-framework?minimal=true)
47

@@ -287,3 +290,23 @@ Contributions to this library are welcome and encouraged. See [CONTRIBUTING](CON
287290
[ff_node_unit_link]: https://github.com/openfunction/functions-framework-nodejs/actions?query=workflow%3A"Node.js+Unit+CI"
288291
[ff_node_lint_img]: https://github.com/openfunction/functions-framework-nodejs/workflows/Node.js%20Lint%20CI/badge.svg
289292
[ff_node_lint_link]: https://github.com/openfunction/functions-framework-nodejs/actions?query=workflow%3A"Node.js+Lint+CI"
293+
294+
## Contributors ✨
295+
296+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
297+
298+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
299+
<!-- prettier-ignore-start -->
300+
<!-- markdownlint-disable -->
301+
<table>
302+
<tr>
303+
<td align="center"><a href="https://github.com/YADROOKIE"><img src="https://avatars.githubusercontent.com/u/43526965?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MachaYAD</b></sub></a><br /><a href="https://github.com/OpenFunction/functions-framework-nodejs/commits?author=YADROOKIE" title="Code">💻</a></td>
304+
</tr>
305+
</table>
306+
307+
<!-- markdownlint-restore -->
308+
<!-- prettier-ignore-end -->
309+
310+
<!-- ALL-CONTRIBUTORS-LIST:END -->
311+
312+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)