Skip to content

Commit 4ba6cda

Browse files
committed
all-contributors specification
1 parent 39e654d commit 4ba6cda

File tree

4 files changed

+765
-7
lines changed

4 files changed

+765
-7
lines changed

.all-contributorsrc

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"projectName": "git-interactive-tutorial",
3+
"projectOwner": "Alejandro Sanchez",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": false,
11+
"contributors": [
12+
{
13+
"login": "alesanchezr",
14+
"name": "Alejandro Sanchez",
15+
"avatar_url": "https://avatars0.githubusercontent.com/u/426452?v=4",
16+
"profile": "https://alesanchezr.com",
17+
"contributions": [
18+
"code",
19+
"design",
20+
"doc",
21+
"review",
22+
"financial",
23+
"ideas"
24+
]
25+
},
26+
{
27+
"login": "insomnux",
28+
"name": "insomnux",
29+
"avatar_url": "https://avatars1.githubusercontent.com/u/9019783?v=4",
30+
"profile": "https://github.com/insomnux",
31+
"contributions": [
32+
"translation"
33+
]
34+
},
35+
{
36+
"login": "Jmsm19",
37+
"name": "Jorge Soto",
38+
"avatar_url": "https://avatars3.githubusercontent.com/u/7689660?v=4",
39+
"profile": "https://ve.linkedin.com/in/jorgemsm19",
40+
"contributions": [
41+
"code",
42+
"design"
43+
]
44+
}
45+
]
46+
}

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<p align="center">
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors)
23
<img src="https://assets.breatheco.de/apis/img/images.php?blob&random&cat=icon&tags=4geeks,128">
34
</p>
45

@@ -17,3 +18,15 @@ Just [click here](https://4GeeksAcademy.github.io/git-interactive-tutorial) to s
1718
### :exclamation: Report errors, misspels or any other feedback [here](https://github.com/4GeeksAcademy/git-interactive-tutorial/issues).
1819

1920
![Preview for Git Interactive Tutorial](https://raw.githubusercontent.com/4GeeksAcademy/git-interactive-tutorial/master/preview.gif)
21+
22+
## Contributors
23+
24+
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
25+
26+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
27+
<!-- prettier-ignore -->
28+
| [<img src="https://avatars0.githubusercontent.com/u/426452?v=4" width="100px;"/><br /><sub><b>Alejandro Sanchez</b></sub>](https://alesanchezr.com)<br />[💻](https://github.com/Alejandro Sanchez/git-interactive-tutorial/commits?author=alesanchezr "Code") [🎨](#design-alesanchezr "Design") [📖](https://github.com/Alejandro Sanchez/git-interactive-tutorial/commits?author=alesanchezr "Documentation") [👀](#review-alesanchezr "Reviewed Pull Requests") [💵](#financial-alesanchezr "Financial") [🤔](#ideas-alesanchezr "Ideas, Planning, & Feedback") | [<img src="https://avatars1.githubusercontent.com/u/9019783?v=4" width="100px;"/><br /><sub><b>insomnux</b></sub>](https://github.com/insomnux)<br />[🌍](#translation-insomnux "Translation") | [<img src="https://avatars3.githubusercontent.com/u/7689660?v=4" width="100px;"/><br /><sub><b>Jorge Soto</b></sub>](https://ve.linkedin.com/in/jorgemsm19)<br />[💻](https://github.com/Alejandro Sanchez/git-interactive-tutorial/commits?author=Jmsm19 "Code") [🎨](#design-Jmsm19 "Design") |
29+
| :---: | :---: | :---: |
30+
<!-- ALL-CONTRIBUTORS-LIST:END -->
31+
32+
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)