Skip to content

Commit 680893f

Browse files
author
Luke Brandon Farrell
authored
Merge pull request #21 from lukebrandonfarrell/all-contributors/add-ajp8164
docs: add ajp8164 as a contributor for code, and doc
2 parents 5c96499 + 818573d commit 680893f

File tree

2 files changed

+21
-7
lines changed

2 files changed

+21
-7
lines changed

β€Ž.all-contributorsrcβ€Ž

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,23 @@
2626
"code",
2727
"doc"
2828
]
29+
},
30+
{
31+
"login": "ajp8164",
32+
"name": "Andy Phillipson",
33+
"avatar_url": "https://avatars.githubusercontent.com/u/1063765?v=4",
34+
"profile": "https://github.com/ajp8164",
35+
"contributions": [
36+
"code",
37+
"doc"
38+
]
2939
}
3040
],
3141
"contributorsPerLine": 7,
3242
"projectName": "react-native-screen-keyboard",
33-
"projectOwner": "aspect-apps",
43+
"projectOwner": "lukebrandonfarrell",
3444
"repoType": "github",
3545
"repoHost": "https://github.com",
36-
"skipCi": true
46+
"skipCi": true,
47+
"commitConvention": "angular"
3748
}

β€ŽREADME.mdβ€Ž

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-native-screen-keyboard
22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55

66
[![npm](https://img.shields.io/npm/v/react-native-screen-keyboard.svg?style=flat-square)](https://www.npmjs.com/package/react-native-screen-keyboard)
@@ -92,10 +92,13 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
9292
<!-- prettier-ignore-start -->
9393
<!-- markdownlint-disable -->
9494
<table>
95-
<tr>
96-
<td align="center"><a href="http://www.lukebrandonfarrell.com"><img src="https://avatars3.githubusercontent.com/u/18139277?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Luke Brandon Farrell</b></sub></a><br /><a href="https://github.com/aspect-apps/react-native-screen-keyboard/commits?author=lukebrandonfarrell" title="Code">πŸ’»</a> <a href="https://github.com/aspect-apps/react-native-screen-keyboard/commits?author=lukebrandonfarrell" title="Documentation">πŸ“–</a> <a href="#infra-lukebrandonfarrell" title="Infrastructure (Hosting, Build-Tools, etc)">πŸš‡</a></td>
97-
<td align="center"><a href="https://github.com/aikewoody"><img src="https://avatars.githubusercontent.com/u/17004429?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Aike van den Brink</b></sub></a><br /><a href="#data-aikewoody" title="Data">πŸ”£</a> <a href="https://github.com/aspect-apps/react-native-screen-keyboard/commits?author=aikewoody" title="Code">πŸ’»</a> <a href="https://github.com/aspect-apps/react-native-screen-keyboard/commits?author=aikewoody" title="Documentation">πŸ“–</a></td>
98-
</tr>
95+
<tbody>
96+
<tr>
97+
<td align="center"><a href="http://www.lukebrandonfarrell.com"><img src="https://avatars3.githubusercontent.com/u/18139277?v=4?s=100" width="100px;" alt="Luke Brandon Farrell"/><br /><sub><b>Luke Brandon Farrell</b></sub></a><br /><a href="https://github.com/lukebrandonfarrell/react-native-screen-keyboard/commits?author=lukebrandonfarrell" title="Code">πŸ’»</a> <a href="https://github.com/lukebrandonfarrell/react-native-screen-keyboard/commits?author=lukebrandonfarrell" title="Documentation">πŸ“–</a> <a href="#infra-lukebrandonfarrell" title="Infrastructure (Hosting, Build-Tools, etc)">πŸš‡</a></td>
98+
<td align="center"><a href="https://github.com/aikewoody"><img src="https://avatars.githubusercontent.com/u/17004429?v=4?s=100" width="100px;" alt="Aike van den Brink"/><br /><sub><b>Aike van den Brink</b></sub></a><br /><a href="#data-aikewoody" title="Data">πŸ”£</a> <a href="https://github.com/lukebrandonfarrell/react-native-screen-keyboard/commits?author=aikewoody" title="Code">πŸ’»</a> <a href="https://github.com/lukebrandonfarrell/react-native-screen-keyboard/commits?author=aikewoody" title="Documentation">πŸ“–</a></td>
99+
<td align="center"><a href="https://github.com/ajp8164"><img src="https://avatars.githubusercontent.com/u/1063765?v=4?s=100" width="100px;" alt="Andy Phillipson"/><br /><sub><b>Andy Phillipson</b></sub></a><br /><a href="https://github.com/lukebrandonfarrell/react-native-screen-keyboard/commits?author=ajp8164" title="Code">πŸ’»</a> <a href="https://github.com/lukebrandonfarrell/react-native-screen-keyboard/commits?author=ajp8164" title="Documentation">πŸ“–</a></td>
100+
</tr>
101+
</tbody>
99102
</table>
100103

101104
<!-- markdownlint-restore -->

0 commit comments

Comments
Β (0)