Skip to content

Commit

Permalink
📝 add @tychota as a contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
tychota committed Oct 21, 2019
1 parent 9408714 commit f16fa6e
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"projectName": "nest-rabbit-tasks",
"projectOwner": "bamlab",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "tychota",
"name": "Tycho Tatitscheff",
"avatar_url": "https://avatars2.githubusercontent.com/u/13785185?v=4",
"profile": "https://twitter.com/TychoTa",
"contributions": [
"code",
"doc",
"ideas",
"infra"
]
}
],
"contributorsPerLine": 7
}
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,32 @@ We needed it on a project, so here it is made available for you.

## Disclaimer

This is _alpha quality_ software. We just started it so it has probably a few bugs.
This is _beta quality_ software. We just started it so it has probably a few bugs.

We are actively working on it so it may break without notice / API may change.

:warning: **Use with caution**, be ready to pin a version and make some modification on the code :warning:

## 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>
<tr>
<td align="center"><a href="https://twitter.com/TychoTa"><img src="https://avatars2.githubusercontent.com/u/13785185?v=4" width="100px;" alt="Tycho Tatitscheff"/><br /><sub><b>Tycho Tatitscheff</b></sub></a><br /><a href="https://github.com/bamlab/nest-rabbit-tasks/commits?author=tychota" title="Code">💻</a> <a href="https://github.com/bamlab/nest-rabbit-tasks/commits?author=tychota" title="Documentation">📖</a> <a href="#ideas-tychota" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-tychota" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
</tr>
</table>

<!-- markdownlint-enable -->
<!-- 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!

## Get Started

Declare the module:
Expand Down

0 comments on commit f16fa6e

Please sign in to comment.