Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit 0686972

Browse files
docs: add Julusian as a contributor for bug, test, and code (#247)
* docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Jonas Lagoni <jonas-lt@live.dk>
1 parent 272deb4 commit 0686972

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

.all-contributorsrc

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"commitType": "docs",
8+
"commitConvention": "angular",
9+
"contributors": [
10+
{
11+
"login": "Julusian",
12+
"name": "Julian Waller",
13+
"avatar_url": "https://avatars.githubusercontent.com/u/1327476?v=4",
14+
"profile": "https://github.com/Julusian",
15+
"contributions": [
16+
"bug",
17+
"test",
18+
"code"
19+
]
20+
}
21+
],
22+
"contributorsPerLine": 7,
23+
"skipCi": true,
24+
"repoType": "github",
25+
"repoHost": "https://github.com",
26+
"projectName": "generator-react-sdk",
27+
"projectOwner": "asyncapi"
28+
}

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
[![AsyncAPI React SDK](./assets/readme-banner.png)](https://www.asyncapi.com)
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
AsyncAPI React SDK is a set of components/functions to use React as render engine in the [Generator](https://github.com/asyncapi/generator).
47

@@ -106,3 +109,25 @@ For more help join our [Slack](https://www.asyncapi.com/slack-invite/) workspace
106109
## Contributing
107110

108111
Read [CONTRIBUTING](https://github.com/asyncapi/.github/blob/master/CONTRIBUTING.md) guide.
112+
113+
## Contributors ✨
114+
115+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
116+
117+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
118+
<!-- prettier-ignore-start -->
119+
<!-- markdownlint-disable -->
120+
<table>
121+
<tbody>
122+
<tr>
123+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Julusian"><img src="https://avatars.githubusercontent.com/u/1327476?v=4?s=100" width="100px;" alt="Julian Waller"/><br /><sub><b>Julian Waller</b></sub></a><br /><a href="https://github.com/asyncapi/generator-react-sdk/issues?q=author%3AJulusian" title="Bug reports">🐛</a> <a href="https://github.com/asyncapi/generator-react-sdk/commits?author=Julusian" title="Tests">⚠️</a> <a href="https://github.com/asyncapi/generator-react-sdk/commits?author=Julusian" title="Code">💻</a></td>
124+
</tr>
125+
</tbody>
126+
</table>
127+
128+
<!-- markdownlint-restore -->
129+
<!-- prettier-ignore-end -->
130+
131+
<!-- ALL-CONTRIBUTORS-LIST:END -->
132+
133+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)