Skip to content

Commit

Permalink
Merge pull request #10 from firuza/all-contributors/add-firuza
Browse files Browse the repository at this point in the history
docs: add firuza as a contributor
  • Loading branch information
firuza authored Aug 1, 2020
2 parents eec225b + bc65f5a commit a8629ca
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "firuza",
"name": "Firuza Aibara",
"avatar_url": "https://avatars0.githubusercontent.com/u/7722581?v=4",
"profile": "https://firuza.github.io/",
"contributions": [
"design",
"code",
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "Foodies-Adda",
"projectOwner": "firuza",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Foodies-Adda
<!-- 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 -->
[![CircleCi](https://img.shields.io/circleci/project/github/firuza/Foodies-Adda.svg)](https://circleci.com/gh/firuza/Foodies-Adda)

[![](https://img.shields.io/github/last-commit/google/skia.svg)](https://github.com/firuza/Foodies-Adda/commits/master)
Expand All @@ -18,3 +21,22 @@ Adding Recipes: The user needs to enter,
(d) Ingredients: User can dynamically add/remove ingredients. If they are not in the master list the user can add them too.

More to come .....

## 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://firuza.github.io/"><img src="https://avatars0.githubusercontent.com/u/7722581?v=4" width="100px;" alt=""/><br /><sub><b>Firuza Aibara</b></sub></a><br /><a href="#design-firuza" title="Design">🎨</a> <a href="https://github.com/firuza/Foodies-Adda/commits?author=firuza" title="Code">💻</a> <a href="https://github.com/firuza/Foodies-Adda/commits?author=firuza" title="Documentation">📖</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!

0 comments on commit a8629ca

Please sign in to comment.