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

Add all-contributors #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
33 changes: 33 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"projectName": "video-maker",
"projectOwner": "filipedeschamps",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"contributors": [
{
"login": "filipedeschamps",
"name": "Filipe Deschamps",
"avatar_url": "https://avatars0.githubusercontent.com/u/4248081?v=4",
"profile": "https://youtube.com/c/FilipeDeschamps",
"contributions": [
"code",
"doc"
]
},
{
"login": "MatheusRV",
"name": "Matheus Rocha Vieira",
"avatar_url": "https://avatars0.githubusercontent.com/u/23284276?v=4",
"profile": "http://matheu.srv.br",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7
}
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# video-maker
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors)
Projeto open source para fazer vídeos automatizados

## 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 -->
<table><tr><td align="center"><a href="https://youtube.com/c/FilipeDeschamps"><img src="https://avatars0.githubusercontent.com/u/4248081?v=4" width="100px;" alt="Filipe Deschamps"/><br /><sub><b>Filipe Deschamps</b></sub></a><br /><a href="https://github.com/filipedeschamps/video-maker/commits?author=filipedeschamps" title="Code">💻</a> <a href="https://github.com/filipedeschamps/video-maker/commits?author=filipedeschamps" title="Documentation">📖</a></td><td align="center"><a href="http://matheu.srv.br"><img src="https://avatars0.githubusercontent.com/u/23284276?v=4" width="100px;" alt="Matheus Rocha Vieira"/><br /><sub><b>Matheus Rocha Vieira</b></sub></a><br /><a href="https://github.com/filipedeschamps/video-maker/commits?author=MatheusRV" title="Documentation">📖</a></td></tr></table>

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

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