From 7c5a2eb13f5d262a4c12c012bad0313c72fdc91a Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2019 13:04:57 +0000 Subject: [PATCH 1/2] docs: update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index a3fe827..e5a6fa2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # react-nodegui-starter +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors) **Clone and run for a quick way to see React NodeGUI in action.** @@ -24,3 +25,19 @@ npm start ## License MIT + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + +
Pepijn
Pepijn

💻
+ + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file From 60fce5d5ee589f02dae7fdc4231447362f16e45e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2019 13:04:58 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc --- .all-contributorsrc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..d724c39 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,23 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "pepf", + "name": "Pepijn", + "avatar_url": "https://avatars1.githubusercontent.com/u/1265435?v=4", + "profile": "http://blog.pepf.nl", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "react-nodegui-starter", + "projectOwner": "nodegui", + "repoType": "github", + "repoHost": "https://github.com" +}