Skip to content

Commit fcbc11c

Browse files
add all-contributors init
1 parent 940ad89 commit fcbc11c

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.all-contributorsrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"projectName": "hooks",
3+
"projectOwner": "react-native-community",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": true,
11+
"commitConvention": "none",
12+
"contributors": [],
13+
"contributorsPerLine": 7
14+
}

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,16 @@ console.log('layout: ', layout)
153153

154154

155155
test this
156+
157+
## Contributors ✨
158+
159+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
160+
161+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
162+
<!-- prettier-ignore-start -->
163+
<!-- markdownlint-disable -->
164+
<!-- markdownlint-enable -->
165+
<!-- prettier-ignore-end -->
166+
<!-- ALL-CONTRIBUTORS-LIST:END -->
167+
168+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)