Skip to content

Commit 97e2b68

Browse files
authored
Merge pull request #200 from mCodex/all-contributors/add-mcodex
docs: add mcodex as a contributor
2 parents 49518ef + 6aa8daa commit 97e2b68

2 files changed

Lines changed: 49 additions & 0 deletions

File tree

.all-contributorsrc

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "mcodex",
10+
"name": "Mateus Andrade",
11+
"avatar_url": "https://avatars2.githubusercontent.com/u/5920613?v=4",
12+
"profile": "https://mcodex.github.io",
13+
"contributions": [
14+
"doc",
15+
"code",
16+
"review",
17+
"ideas"
18+
]
19+
}
20+
],
21+
"contributorsPerLine": 7,
22+
"projectName": "react-native-sensitive-info",
23+
"projectOwner": "mCodex",
24+
"repoType": "github",
25+
"repoHost": "https://github.com",
26+
"skipCi": true
27+
}

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# React Native Sensitive Info
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
[![npm version](https://badge.fury.io/js/react-native-sensitive-info.svg)](https://badge.fury.io/js/react-native-sensitive-info)
47
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -25,3 +28,22 @@ Check out the [docs](https://mcodex.github.io/react-native-sensitive-info/docs)
2528
# Contributing
2629

2730
Pull requests are always welcome :)
31+
32+
## Contributors ✨
33+
34+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
35+
36+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
37+
<!-- prettier-ignore-start -->
38+
<!-- markdownlint-disable -->
39+
<table>
40+
<tr>
41+
<td align="center"><a href="https://mcodex.github.io"><img src="https://avatars2.githubusercontent.com/u/5920613?v=4" width="100px;" alt=""/><br /><sub><b>Mateus Andrade</b></sub></a><br /><a href="https://github.com/mCodex/react-native-sensitive-info/commits?author=mcodex" title="Documentation">📖</a> <a href="https://github.com/mCodex/react-native-sensitive-info/commits?author=mcodex" title="Code">💻</a> <a href="https://github.com/mCodex/react-native-sensitive-info/pulls?q=is%3Apr+reviewed-by%3Amcodex" title="Reviewed Pull Requests">👀</a> <a href="#ideas-mcodex" title="Ideas, Planning, & Feedback">🤔</a></td>
42+
</tr>
43+
</table>
44+
45+
<!-- markdownlint-enable -->
46+
<!-- prettier-ignore-end -->
47+
<!-- ALL-CONTRIBUTORS-LIST:END -->
48+
49+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)