Browse Source

chore(readme): Setup all-contributors (#254)

Adds @titozzz as a contributor for code, ideas, review, maintenance, test, doc, infra.

This was requested by Titozzz [in this comment](https://github.com/react-native-community/react-native-webview/pull/253#issuecomment-455609852)
allcontributors[bot] 5 years ago
parent
commit
93a8928ce0
2 changed files with 42 additions and 0 deletions
  1. 29
    0
      .all-contributorsrc
  2. 13
    0
      README.md

+ 29
- 0
.all-contributorsrc View File

@@ -0,0 +1,29 @@
1
+{
2
+  "projectName": "react-native-webview",
3
+  "projectOwner": "react-native-community",
4
+  "repoType": "github",
5
+  "repoHost": "https://github.com",
6
+  "files": [
7
+    "README.md"
8
+  ],
9
+  "imageSize": 100,
10
+  "commit": false,
11
+  "contributors": [
12
+    {
13
+      "login": "titozzz",
14
+      "name": "Thibault Malbranche",
15
+      "avatar_url": "https://avatars1.githubusercontent.com/u/6181446?v=4",
16
+      "profile": "https://twitter.com/titozzz",
17
+      "contributions": [
18
+        "code",
19
+        "ideas",
20
+        "review",
21
+        "maintenance",
22
+        "test",
23
+        "doc",
24
+        "infra"
25
+      ]
26
+    }
27
+  ],
28
+  "contributorsPerLine": 7
29
+}

+ 13
- 0
README.md View File

@@ -1,4 +1,5 @@
1 1
 # React Native WebView - a Modern, Cross-Platform WebView for React Native
2
+[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
2 3
 
3 4
 **React Native WebView** is a modern, well-supported, and cross-platform WebView for React Native. It is intended to be a replacement for the built-in WebView (which will be [removed from core](https://github.com/react-native-community/discussions-and-proposals/pull/3)).
4 5
 
@@ -77,6 +78,18 @@ Simply install React Native WebView and then use it in place of the core WebView
77 78
 - [Thibault Malbranche](https://github.com/Titozzz) ([Twitter @titozzz](https://twitter.com/titozzz)) from [Brigad](https://brigad.co/about)
78 79
 - [Empyrical](https://github.com/empyrical) ([Twitter @empyrical](https://twitter.com/empyrical))
79 80
 
81
+## Contributors
82
+
83
+Thanks goes to these wonderful people ([emoji key](https://github.com/all-contributors/all-contributors#emoji-key)):
84
+
85
+<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
86
+<!-- prettier-ignore -->
87
+| [<img src="https://avatars1.githubusercontent.com/u/6181446?v=4" width="100px;" alt="Thibault Malbranche"/><br /><sub><b>Thibault Malbranche</b></sub>](https://twitter.com/titozzz)<br />[💻](https://github.com/react-native-community/react-native-webview/commits?author=titozzz "Code") [🤔](#ideas-titozzz "Ideas, Planning, & Feedback") [👀](#review-titozzz "Reviewed Pull Requests") [🚧](#maintenance-titozzz "Maintenance") [⚠️](https://github.com/react-native-community/react-native-webview/commits?author=titozzz "Tests") [📖](https://github.com/react-native-community/react-native-webview/commits?author=titozzz "Documentation") [🚇](#infra-titozzz "Infrastructure (Hosting, Build-Tools, etc)") |
88
+| :---: |
89
+<!-- ALL-CONTRIBUTORS-LIST:END -->
90
+
91
+This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
92
+
80 93
 ## License
81 94
 
82 95
 MIT