Skip to content

Commit d5fac56

Browse files
author
Luke Brandon Farrell
authored
Merge pull request #55 from aspect-apps/all-contributors/add-lukebrandonfarrell
docs: add lukebrandonfarrell as a contributor for code, bug, doc
2 parents d3242e2 + 4044e91 commit d5fac56

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-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+
"contributors": [
8+
{
9+
"login": "lukebrandonfarrell",
10+
"name": "Luke Brandon Farrell",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/18139277?v=4",
12+
"profile": "https://discord.gg/QqTN6HqNTG",
13+
"contributions": [
14+
"code",
15+
"bug",
16+
"doc"
17+
]
18+
}
19+
],
20+
"contributorsPerLine": 7,
21+
"projectName": "react-native-navigation-drawer-extension",
22+
"projectOwner": "aspect-apps",
23+
"repoType": "github",
24+
"repoHost": "https://github.com",
25+
"skipCi": true
26+
}

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<h2 align="center">
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
<img src="https://user-images.githubusercontent.com/7014073/98849326-cca07f80-2431-11eb-82dd-fd2b4e52be44.png?s=300" width="325" /><br/>
36
React Native Navigation Drawer Extension
47
</h2>
@@ -151,3 +154,23 @@ import { SideMenuView } from "react-native-navigation-drawer-extension";
151154
| sideMargin | number | Yes | 15 | The size of the gutter for both sides. |
152155
| sideMarginLeft | number | Yes | | The size of the gutter for the left side. |
153156
| sideMarginRight | number | Yes | | The size of the gutter for the right side. |
157+
158+
## Contributors ✨
159+
160+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
161+
162+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
163+
<!-- prettier-ignore-start -->
164+
<!-- markdownlint-disable -->
165+
<table>
166+
<tr>
167+
<td align="center"><a href="https://discord.gg/QqTN6HqNTG"><img src="https://avatars.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-navigation-drawer-extension/commits?author=lukebrandonfarrell" title="Code">💻</a> <a href="https://github.com/aspect-apps/react-native-navigation-drawer-extension/issues?q=author%3Alukebrandonfarrell" title="Bug reports">🐛</a> <a href="https://github.com/aspect-apps/react-native-navigation-drawer-extension/commits?author=lukebrandonfarrell" title="Documentation">📖</a></td>
168+
</tr>
169+
</table>
170+
171+
<!-- markdownlint-restore -->
172+
<!-- prettier-ignore-end -->
173+
174+
<!-- ALL-CONTRIBUTORS-LIST:END -->
175+
176+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)