Browse Source

chore(readme): add jamonholmgren as a contributor (#255)

* docs: update README.md

* docs: update .all-contributorsrc

* Update .all-contributorsrc
allcontributors[bot] 5 years ago
parent
commit
44a63c29cb
2 changed files with 21 additions and 4 deletions
  1. 18
    1
      .all-contributorsrc
  2. 3
    3
      README.md

+ 18
- 1
.all-contributorsrc View File

@@ -18,10 +18,27 @@
18 18
         "code",
19 19
         "ideas",
20 20
         "review",
21
+        "doc",
21 22
         "maintenance",
22 23
         "test",
24
+        "infra",
25
+        "question"
26
+      ]
27
+    },
28
+    {
29
+      "login": "jamonholmgren",
30
+      "name": "Jamon Holmgren",
31
+      "avatar_url": "https://avatars3.githubusercontent.com/u/1479215?v=4",
32
+      "profile": "https://jamonholmgren.com",
33
+      "contributions": [
34
+        "code",
35
+        "ideas",
36
+        "review",
23 37
         "doc",
24
-        "infra"
38
+        "maintenance",
39
+        "test"
40
+        "example",
41
+        "question"
25 42
       ]
26 43
     }
27 44
   ],

+ 3
- 3
README.md View File

@@ -1,5 +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
+[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors)
3 3
 
4 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)).
5 5
 
@@ -84,8 +84,8 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/all-contri
84 84
 
85 85
 <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
86 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
-| :---: |
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)") | [<img src="https://avatars3.githubusercontent.com/u/1479215?v=4" width="100px;" alt="Jamon Holmgren"/><br /><sub><b>Jamon Holmgren</b></sub>](https://jamonholmgren.com)<br />[💻](https://github.com/react-native-community/react-native-webview/commits?author=jamonholmgren "Code") [👀](#review-jamonholmgren "Reviewed Pull Requests") [📖](https://github.com/react-native-community/react-native-webview/commits?author=jamonholmgren "Documentation") [💡](#example-jamonholmgren "Examples") [💬](#question-jamonholmgren "Answering Questions") |
88
+| :---: | :---: |
89 89
 <!-- ALL-CONTRIBUTORS-LIST:END -->
90 90
 
91 91
 This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!