Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update contributors #17

Merged
merged 20 commits into from
Apr 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"projectName": "store-pattern",
"projectOwner": "cuongw",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "cuongw",
"name": "Cuong Duy Nguyen",
"avatar_url": "https://avatars0.githubusercontent.com/u/34389409?v=4",
"profile": "http://cuongw.me",
"contributions": [
"review",
"design",
"doc"
]
},
{
"login": "tvc12",
"name": "Thien Chi Vi",
"avatar_url": "https://avatars2.githubusercontent.com/u/35712888?v=4",
"profile": "https://www.facebook.com/tvc1212",
"contributions": [
"code",
"doc",
"bug",
"maintenance"
]
},
{
"login": "lhthang1998",
"name": "ThangLe",
"avatar_url": "https://avatars2.githubusercontent.com/u/36944931?v=4",
"profile": "https://github.com/lhthang1998",
"contributions": [
"code",
"design",
"bug"
]
},
{
"login": "triet1213",
"name": "Triet",
"avatar_url": "https://avatars1.githubusercontent.com/u/33017913?v=4",
"profile": "https://triet1213.github.io",
"contributions": [
"code",
"design",
"doc",
"test"
]
}
],
"contributorsPerLine": 7
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ build/
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
node_modules
23 changes: 18 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
</h4>

<p align="center">
<a href="https://travis-ci.org/cuongw/store-pattern">
<img src="https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square"/>
</a>

<a href="https://travis-ci.org/cuongw/store-pattern">
<img src="https://travis-ci.org/cuongw/store-pattern.svg?branch=master"/>
</a>
Expand Down Expand Up @@ -45,7 +49,7 @@
<a href="#technologies">Technologies</a> |
<a href="#some-screens">Some Screens</a> |
<a href="#bugs-and-issues">Bugs and Issues</a> |
<a href="#team">Team</a> |
<a href="#contributors">Contributors</a> |
<a href="#license">License</a>
</h4>
</div>
Expand Down Expand Up @@ -261,11 +265,20 @@ For help getting started with Flutter, view our online [documentation](https://f

Have a bug or an issue with this project? [Open a new issue](https://github.com/cuongw/store-pattern/issues) here on GitHub.

## Team
## Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
<table><tr><td align="center"><a href="http://cuongw.me"><img src="https://avatars0.githubusercontent.com/u/34389409?v=4" width="100px;" alt="Cuong Duy Nguyen"/><br /><sub><b>Cuong Duy Nguyen</b></sub></a><br /><a href="https://github.com/cuongw/store-pattern/commits?author=cuongw" title="Code">💻</a> <a href="#review-cuongw" title="Reviewed Pull Requests">👀</a> <a href="#design-cuongw" title="Design">🎨</a> <a href="https://github.com/cuongw/store-pattern/commits?author=cuongw" title="Documentation">📖</a> <a href="#maintenance-cuongw" title="Maintenance">🚧</a></td><td align="center"><a href="https://www.facebook.com/tvc1212"><img src="https://avatars2.githubusercontent.com/u/35712888?v=4" width="100px;" alt="Thien Chi Vi"/><br /><sub><b>Thien Chi Vi</b></sub></a><br /><a href="https://github.com/cuongw/store-pattern/commits?author=tvc12" title="Code">💻</a> <a href="#review-tvc12" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/cuongw/store-pattern/commits?author=tvc12" title="Documentation">📖</a> <a href="https://github.com/cuongw/store-pattern/issues?q=author%3Atvc12" title="Bug reports">🐛</a> <a href="#maintenance-tvc12" title="Maintenance">🚧</a></td><td align="center"><a href="https://triet1213.github.io"><img src="https://avatars1.githubusercontent.com/u/33017913?v=4" width="100px;" alt="Triet"/><br /><sub><b>Triet</b></sub></a><br /><a href="https://github.com/cuongw/store-pattern/commits?author=triet1213" title="Code">💻</a> <a href="#design-triet1213" title="Design">🎨</a> <a href="https://github.com/cuongw/store-pattern/commits?author=triet1213" title="Documentation">📖</a> <a href="https://github.com/cuongw/store-pattern/commits?author=triet1213" title="Tests">⚠️</a></td><td align="center"><a href="https://github.com/lhthang1998"><img src="https://avatars2.githubusercontent.com/u/36944931?v=4" width="100px;" alt="ThangLe"/><br /><sub><b>ThangLe</b></sub></a><br /><a href="https://github.com/cuongw/store-pattern/commits?author=lhthang1998" title="Code">💻</a> <a href="#design-lhthang1998" title="Design">🎨</a> <a href="https://github.com/cuongw/store-pattern/issues?q=author%3Alhthang1998" title="Bug reports">🐛</a> <a href="https://github.com/cuongw/store-pattern/commits?author=lhthang1998" title="Tests">⚠️</a></td></tr></table>

<!-- ALL-CONTRIBUTORS-LIST:END -->
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 -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

| [![Cuong Duy Nguyen](https://github.com/cuongw.png?size=120)](https://github.com/cuongw) | [![Thien Chi Vi](https://github.com/tvc12.png?size=120)](https://github.com/tvc12) | [![Thang Huu Le](https://github.com/lhthang1998.png?size=120)](https://github.com/lhthang1998) |
| :---: | :---: | :---: |
| [Cuong Duy Nguyen](https://github.com/cuongw) | [Thien Chi Vi](https://github.com/tvc12) | [Thang Huu Le](https://github.com/lhthang1998) |
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

**[⬆ back to top](#home)**

Expand Down
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "store-pattern",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:cuongw/store-pattern.git",
"author": "Cuong Duy Nguyen <ndc07.it@gmail.com>",
"license": "MIT",
"devDependencies": {
"all-contributors-cli": "^6.3.1"
}
}