Skip to content

Commit f687afa

Browse files
authored
Merge pull request #121 from kreuzerk/all-contributors/add-GonCarvalho98
docs: add GonCarvalho98 as a contributor for code
2 parents 971b919 + 358ced5 commit f687afa

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

.all-contributorsrc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"commitType": "docs",
8+
"commitConvention": "angular",
9+
"contributors": [
10+
{
11+
"login": "GonCarvalho98",
12+
"name": "Gonçalo",
13+
"avatar_url": "https://avatars.githubusercontent.com/u/103566451?v=4",
14+
"profile": "https://github.com/GonCarvalho98",
15+
"contributions": [
16+
"code"
17+
]
18+
}
19+
],
20+
"contributorsPerLine": 7,
21+
"skipCi": true,
22+
"repoType": "github",
23+
"repoHost": "https://github.com",
24+
"projectName": "ng-sortgrid",
25+
"projectOwner": "kreuzerk"
26+
}

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Ng-sortgrid
2+
<!-- 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-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
[![Travis build badge](https://img.shields.io/travis/kreuzerk/ng-sortgrid.svg)](https://travis-ci.org/kreuzerk/ng-sortgrid)
47
[![codecov](https://codecov.io/gh/kreuzerk/ng-sortgrid/branch/master/graph/badge.svg)](https://codecov.io/gh/kreuzerk/ng-sortgrid)
@@ -139,3 +142,25 @@ The *scrollSpeed* property accepts a number and allows you to specify the scroll
139142
# Mobile usage
140143

141144
If you want to use those events on mobile you probably have to use some polyfills in order to emit all the needed events. Including this polyfill in your app should do the trick. https://github.com/timruffles/mobile-drag-drop.
145+
146+
## Contributors ✨
147+
148+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
149+
150+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
151+
<!-- prettier-ignore-start -->
152+
<!-- markdownlint-disable -->
153+
<table>
154+
<tbody>
155+
<tr>
156+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/GonCarvalho98"><img src="https://avatars.githubusercontent.com/u/103566451?v=4?s=100" width="100px;" alt="Gonçalo"/><br /><sub><b>Gonçalo</b></sub></a><br /><a href="https://github.com/kreuzerk/ng-sortgrid/commits?author=GonCarvalho98" title="Code">💻</a></td>
157+
</tr>
158+
</tbody>
159+
</table>
160+
161+
<!-- markdownlint-restore -->
162+
<!-- prettier-ignore-end -->
163+
164+
<!-- ALL-CONTRIBUTORS-LIST:END -->
165+
166+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)