Skip to content

Commit

Permalink
docs: add Julusian as a contributor for bug, test, and code (#247)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
allcontributors[bot] and jonaslagoni authored Sep 11, 2024
1 parent 272deb4 commit 0686972
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "Julusian",
"name": "Julian Waller",
"avatar_url": "https://avatars.githubusercontent.com/u/1327476?v=4",
"profile": "https://github.com/Julusian",
"contributions": [
"bug",
"test",
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "generator-react-sdk",
"projectOwner": "asyncapi"
}
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[![AsyncAPI React SDK](./assets/readme-banner.png)](https://www.asyncapi.com)
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

AsyncAPI React SDK is a set of components/functions to use React as render engine in the [Generator](https://github.com/asyncapi/generator).

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

Read [CONTRIBUTING](https://github.com/asyncapi/.github/blob/master/CONTRIBUTING.md) guide.

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<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>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

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

0 comments on commit 0686972

Please sign in to comment.