Skip to content

Commit beabde7

Browse files
authored
Merge pull request #10 from olavoparno/all-contributors/add-davdi1337
docs: add davdi1337 as a contributor for code, and bug
2 parents de08dcb + bac9990 commit beabde7

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

.all-contributorsrc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,23 @@
1313
"contributions": [
1414
"ideas"
1515
]
16+
},
17+
{
18+
"login": "davdi1337",
19+
"name": "davdi1337",
20+
"avatar_url": "https://avatars.githubusercontent.com/u/66253422?v=4",
21+
"profile": "https://github.com/davdi1337",
22+
"contributions": [
23+
"code",
24+
"bug"
25+
]
1626
}
1727
],
1828
"contributorsPerLine": 7,
1929
"projectName": "react-use-downloader",
2030
"projectOwner": "olavoparno",
2131
"repoType": "github",
2232
"repoHost": "https://github.com",
23-
"skipCi": true
33+
"skipCi": true,
34+
"commitConvention": "angular"
2435
}

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img align="right" alt="traffic" src="https://pv-badge.herokuapp.com/total.svg?repo_id=olavoparno-react-use-downloader"/>
22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55

66
# react-use-downloader
@@ -122,9 +122,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
122122
<!-- prettier-ignore-start -->
123123
<!-- markdownlint-disable -->
124124
<table>
125-
<tr>
126-
<td align="center"><a href="https://semeniuc.ml/"><img src="https://avatars.githubusercontent.com/u/3838856?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Eric Semeniuc</b></sub></a><br /><a href="#ideas-esemeniuc" title="Ideas, Planning, & Feedback">🤔</a></td>
127-
</tr>
125+
<tbody>
126+
<tr>
127+
<td align="center"><a href="https://semeniuc.ml/"><img src="https://avatars.githubusercontent.com/u/3838856?v=4?s=100" width="100px;" alt="Eric Semeniuc"/><br /><sub><b>Eric Semeniuc</b></sub></a><br /><a href="#ideas-esemeniuc" title="Ideas, Planning, & Feedback">🤔</a></td>
128+
<td align="center"><a href="https://github.com/davdi1337"><img src="https://avatars.githubusercontent.com/u/66253422?v=4?s=100" width="100px;" alt="davdi1337"/><br /><sub><b>davdi1337</b></sub></a><br /><a href="https://github.com/olavoparno/react-use-downloader/commits?author=davdi1337" title="Code">💻</a> <a href="https://github.com/olavoparno/react-use-downloader/issues?q=author%3Adavdi1337" title="Bug reports">🐛</a></td>
129+
</tr>
130+
</tbody>
128131
</table>
129132

130133
<!-- markdownlint-restore -->

0 commit comments

Comments
 (0)