From 8313e71d5d42f58477e879df6e5f9e7214df922f Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 17:39:17 +0000 Subject: [PATCH 1/2] docs: update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index de8c2e8a2..2d31c8fd7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # NodeGUI -[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors) Build **performant**, **native** and **cross-platform** desktop applications with **JavaScript** + powerful **CSS like styling**.🚀 @@ -101,14 +101,17 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d - - + + - + + + +
Kakul Gupta
Kakul Gupta

💻
Rahul Gaba
Rahul Gaba

💻
Lucas Ramage
Lucas Ramage

📖
Denis Sikuler
Denis Sikuler

📖
Nahuel José
Nahuel José

💬
Kakul Gupta
Kakul Gupta

💻
Rahul Gaba
Rahul Gaba

💻
Paweł Borecki
Paweł Borecki

💻
Marcus S. Abildskov
Marcus S. Abildskov

⚠️
Átila Camurça Alves
Átila Camurça Alves

📖
From fc649dc263c73ffa5f3aac246fbb47ce71b53f61 Mon Sep 17 00:00:00 2001 From: Atul R Date: Sat, 24 Aug 2019 19:41:57 +0200 Subject: [PATCH 2/2] fix contributors --- .all-contributorsrc | 41 +++++++++++++++++++++++++++++++++-------- README.md | 10 ++++------ 2 files changed, 37 insertions(+), 14 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index abcf0d2a0..6b8dec6f5 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,5 +1,7 @@ { - "files": ["README.md"], + "files": [ + "README.md" + ], "imageSize": 100, "commit": false, "contributors": [ @@ -8,49 +10,72 @@ "name": "Lucas Ramage", "avatar_url": "https://avatars1.githubusercontent.com/u/43783393?v=4", "profile": "https://lramage.gitlab.io", - "contributions": ["doc"] + "contributions": [ + "doc" + ] }, { "login": "gamtiq", "name": "Denis Sikuler", "avatar_url": "https://avatars3.githubusercontent.com/u/1177323?v=4", "profile": "https://github.com/gamtiq", - "contributions": ["doc"] + "contributions": [ + "doc" + ] }, { "login": "Naahuel", "name": "Nahuel José", "avatar_url": "https://avatars1.githubusercontent.com/u/1612488?v=4", "profile": "https://twitter.com/nahueljo", - "contributions": ["question"] + "contributions": [ + "question" + ] }, { "login": "kakulgupta", "name": "Kakul Gupta", "avatar_url": "https://avatars3.githubusercontent.com/u/10727047?v=4", "profile": "https://github.com/kakulgupta", - "contributions": ["code"] + "contributions": [ + "code" + ] }, { "login": "rgabs", "name": "Rahul Gaba", "avatar_url": "https://avatars3.githubusercontent.com/u/7898942?v=4", "profile": "http://rahulgaba.com", - "contributions": ["code"] + "contributions": [ + "code" + ] }, { "login": "Uriziel01", "name": "Paweł Borecki", "avatar_url": "https://avatars1.githubusercontent.com/u/568207?v=4", "profile": "http://uriziel.pl", - "contributions": ["code"] + "contributions": [ + "code" + ] }, { "login": "marcus-sa", "name": "Marcus S. Abildskov", "avatar_url": "https://avatars0.githubusercontent.com/u/8391194?v=4", "profile": "http://marcus-sa.me", - "contributions": ["test"] + "contributions": [ + "test" + ] + }, + { + "login": "atilacamurca", + "name": "Átila Camurça Alves", + "avatar_url": "https://avatars3.githubusercontent.com/u/508624?v=4", + "profile": "http://www.mad3linux.org", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 2d31c8fd7..a7b36f6c3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # NodeGUI + [![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors) Build **performant**, **native** and **cross-platform** desktop applications with **JavaScript** + powerful **CSS like styling**.🚀 @@ -9,10 +10,8 @@ If you are looking for **React** based version, check out: **[React NodeGUI](htt Visit: https://nodegui.github.io/nodegui for docs. - logo - **Other known ports:** - Angular + NodeGUI - https://github.com/marcus-sa/ngq by @marcus-sa @@ -92,7 +91,6 @@ People maintaining this project. - ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): @@ -101,12 +99,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d - - - + + +
Lucas Ramage
Lucas Ramage

📖
Denis Sikuler
Denis Sikuler

📖
Nahuel José
Nahuel José

💬
Kakul Gupta
Kakul Gupta

💻
Rahul Gaba
Rahul Gaba

💻
Paweł Borecki
Paweł Borecki

💻
Lucas Ramage
Lucas Ramage

📖
Denis Sikuler
Denis Sikuler

📖
Nahuel José
Nahuel José

💬
Marcus S. Abildskov
Marcus S. Abildskov

⚠️