Skip to content

Commit

Permalink
Merge pull request #19 from daritelska-platforma/all-contributors/add…
Browse files Browse the repository at this point in the history
…-kachar

docs: add kachar as a contributor
  • Loading branch information
kachar committed Jan 25, 2021
2 parents c7ced3c + 0b62215 commit 251651f
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "kachar",
"name": "Ilko",
"avatar_url": "https://avatars.githubusercontent.com/u/893608?v=4",
"profile": "https://stackoverflow.com/users/668245/kachar",
"contributions": [
"code",
"doc",
"review",
"maintenance",
"bug",
"example"
]
}
],
"contributorsPerLine": 7,
"projectName": "frontend",
"projectOwner": "daritelska-platforma",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Дарителска Платформа - Frontend
<!-- 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 -->

![Lint](https://github.com/daritelska-platforma/frontend/workflows/Lint/badge.svg)
![Build](https://github.com/daritelska-platforma/frontend/workflows/Build/badge.svg)
Expand Down Expand Up @@ -85,3 +88,23 @@ docker build . \
--target production \
--build-arg NODE_ENV=production
```

## 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://stackoverflow.com/users/668245/kachar"><img src="https://avatars.githubusercontent.com/u/893608?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ilko</b></sub></a><br /><a href="https://github.com/daritelska-platforma/frontend/commits?author=kachar" title="Code">💻</a> <a href="https://github.com/daritelska-platforma/frontend/commits?author=kachar" title="Documentation">📖</a> <a href="https://github.com/daritelska-platforma/frontend/pulls?q=is%3Apr+reviewed-by%3Akachar" title="Reviewed Pull Requests">👀</a> <a href="#maintenance-kachar" title="Maintenance">🚧</a> <a href="https://github.com/daritelska-platforma/frontend/issues?q=author%3Akachar" title="Bug reports">🐛</a> <a href="#example-kachar" title="Examples">💡</a></td>
</tr>
</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 251651f

Please sign in to comment.