From e68f28d44940702bfd33da10acbcb7cdf80cb929 Mon Sep 17 00:00:00 2001 From: Hrusikesh Panda Date: Sat, 27 Oct 2018 20:28:56 -0400 Subject: [PATCH 1/4] chore: Setting up all-contributors spec --- .all-contributorsrc | 39 ++++++++++++ README.md | 15 ++++- package.json | 6 +- yarn.lock | 151 +++++++++++++++++++++++++++++++++++++++++--- 4 files changed, 200 insertions(+), 11 deletions(-) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..d84d5355 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,39 @@ +{ + "projectName": "react-dropdown-tree-select", + "projectOwner": "Hrusikesh Panda ", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": true, + "contributors": [ + { + "login": "mrchief", + "name": "Hrusikesh Panda", + "avatar_url": "https://avatars3.githubusercontent.com/u/781818?v=4", + "profile": "http://about.me/hkpanda", + "contributions": [ + "question", + "code", + "doc", + "example", + "ideas", + "infra", + "platform", + "review" + ] + }, + { + "login": "toofff", + "name": "toofff", + "avatar_url": "https://avatars0.githubusercontent.com/u/966550?v=4", + "profile": "http://www.yanoucrea.fr", + "contributions": [ + "bug", + "code" + ] + } + ] +} diff --git a/README.md b/README.md index 65f4c3e8..bb5e98e6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![NPM version][npm-image]][npm-url] [![gzip][gzip-image]][gzip-url] [![npm download][download-image]][npm-url] -[![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![Commitizen friendly][commitizen]][commitizen-url] [![semantic-release][semantic-release]][semantic-release-url] +[![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![Commitizen friendly][commitizen]][commitizen-url] [![semantic-release][semantic-release]][semantic-release-url] [![All Contributors][all-contributors]](#contributors) [npm-image]: http://img.shields.io/npm/v/react-dropdown-tree-select.svg?style=flat-square [npm-url]: http://npmjs.org/package/react-dropdown-tree-select @@ -19,6 +19,7 @@ [gzip-url]: https://unpkg.com/react-dropdown-tree-select/dist/react-dropdown-tree-select.js [semantic-release]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square [semantic-release-url]: https://github.com/semantic-release/semantic-release +[all-contributors]: https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square ## React Dropdown Tree Select @@ -459,3 +460,15 @@ npm run test:cov // test coverage [![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE) Released 2017 by [Hrusikesh Panda](https://github.com/mrchief) @ [Dow Jones](https://github.com/dowjones) + +## Contributors + +Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)): + + + +| [
Hrusikesh Panda](http://about.me/hkpanda)
[πŸ’¬](#question-mrchief "Answering Questions") [πŸ’»](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/commits?author=mrchief "Code") [πŸ“–](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/commits?author=mrchief "Documentation") [πŸ’‘](#example-mrchief "Examples") [πŸ€”](#ideas-mrchief "Ideas, Planning, & Feedback") [πŸš‡](#infra-mrchief "Infrastructure (Hosting, Build-Tools, etc)") [πŸ“¦](#platform-mrchief "Packaging/porting to new platform") [πŸ‘€](#review-mrchief "Reviewed Pull Requests") | [
toofff](http://www.yanoucrea.fr)
[πŸ›](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/issues?q=author%3Atoofff "Bug reports") [πŸ’»](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/commits?author=toofff "Code") | +| :---: | :---: | + + +This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome! diff --git a/package.json b/package.json index fa8b6868..c5ef92c9 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ ], "main": "dist/react-dropdown-tree-select.js", "repository": "https://github.com/dowjones/react-dropdown-tree-select.git", - "author": "pandah ", + "author": "Hrusikesh Panda ", "license": "MIT", "scripts": { "build": "rimraf dist/**/* && cross-env NODE_ENV=production webpack --config webpack.config.js --bail --mode=production", @@ -35,7 +35,8 @@ "format": "prettier-eslint \"src/**/*.js\" \"docs/**/*.js\" webpack.config.js", "test": "cross-env NODE_ENV=test ava", "test:cov": "rimraf .nyc_output && nyc npm test && nyc report --reporter=lcov ", - "semantic-release": "semantic-release" + "semantic-release": "semantic-release", + "contributors": "all-contributors generate" }, "files": [ "dist" @@ -50,6 +51,7 @@ "@babel/preset-stage-3": "7.0.0-beta.46", "@commitlint/cli": "^7.0.0", "@commitlint/config-conventional": "^7.0.0", + "all-contributors-cli": "^5.4.1", "ava": "1.0.0-beta.4", "babel-core": "6.24.1", "babel-eslint": "8.0.0", diff --git a/yarn.lock b/yarn.lock index 3eb6afa8..874e28fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -902,6 +902,18 @@ align-text@^0.1.1, align-text@^0.1.3: longest "^1.0.1" repeat-string "^1.5.2" +all-contributors-cli@^5.4.1: + version "5.4.1" + resolved "https://registry.yarnpkg.com/all-contributors-cli/-/all-contributors-cli-5.4.1.tgz#c385cd7241f33ff381048c3ed81607eddecd2f4b" + dependencies: + async "^2.0.0-rc.1" + chalk "^2.3.0" + inquirer "^4.0.0" + lodash "^4.11.2" + pify "^3.0.0" + request "^2.72.0" + yargs "^10.0.3" + alphanum-sort@^1.0.1, alphanum-sort@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3" @@ -1128,7 +1140,7 @@ async@^1.4.0: version "1.5.2" resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" -async@^2.5.0: +async@^2.0.0-rc.1, async@^2.5.0: version "2.6.1" resolved "https://registry.yarnpkg.com/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610" dependencies: @@ -1286,6 +1298,10 @@ aws4@^1.2.1, aws4@^1.6.0: version "1.6.0" resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e" +aws4@^1.8.0: + version "1.8.0" + resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f" + axobject-query@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-0.1.0.tgz#62f59dbc59c9f9242759ca349960e7a2fe3c36c0" @@ -2921,6 +2937,12 @@ combined-stream@1.0.6, combined-stream@^1.0.5, combined-stream@~1.0.5: dependencies: delayed-stream "~1.0.0" +combined-stream@^1.0.6, combined-stream@~1.0.6: + version "1.0.7" + resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.7.tgz#2d1d24317afb8abe95d6d2c0b07b57813539d828" + dependencies: + delayed-stream "~1.0.0" + commander@^2.11.0: version "2.15.0" resolved "https://registry.yarnpkg.com/commander/-/commander-2.15.0.tgz#ad2a23a1c3b036e392469b8012cec6b33b4c1322" @@ -4461,6 +4483,10 @@ extend@^3.0.0, extend@~3.0.0, extend@~3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.1.tgz#a755ea7bc1adfcc5a31ce7e762dbaadc5e636444" +extend@~3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" + external-editor@^1.1.0: version "1.1.1" resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-1.1.1.tgz#12d7b0db850f7ff7e7081baf4005700060c4600b" @@ -4477,6 +4503,14 @@ external-editor@^2.0.4: iconv-lite "^0.4.17" tmp "^0.0.33" +external-editor@^2.1.0: + version "2.2.0" + resolved "http://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz#045511cfd8d133f3846673d1047c154e214ad3d5" + dependencies: + chardet "^0.4.0" + iconv-lite "^0.4.17" + tmp "^0.0.33" + extglob@^0.3.1: version "0.3.2" resolved "https://registry.yarnpkg.com/extglob/-/extglob-0.3.2.tgz#2e18ff3d2f49ab2765cec9023f011daa8d8349a1" @@ -4727,6 +4761,14 @@ form-data@~2.3.1: combined-stream "1.0.6" mime-types "^2.1.12" +form-data@~2.3.2: + version "2.3.3" + resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6" + dependencies: + asynckit "^0.4.0" + combined-stream "^1.0.6" + mime-types "^2.1.12" + formatio@1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/formatio/-/formatio-1.2.0.tgz#f3b2167d9068c4698a8d51f4f760a39a54d818eb" @@ -5159,6 +5201,13 @@ har-validator@~5.0.3: ajv "^5.1.0" har-schema "^2.0.0" +har-validator@~5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.0.tgz#44657f5688a22cfd4b72486e81b3a3fb11742c29" + dependencies: + ajv "^5.3.0" + har-schema "^2.0.0" + has-ansi@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" @@ -5593,6 +5642,25 @@ inquirer@^3.0.6: strip-ansi "^4.0.0" through "^2.3.6" +inquirer@^4.0.0: + version "4.0.2" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-4.0.2.tgz#cc678b4cbc0e183a3500cc63395831ec956ab0a3" + dependencies: + ansi-escapes "^3.0.0" + chalk "^2.0.0" + cli-cursor "^2.1.0" + cli-width "^2.0.0" + external-editor "^2.1.0" + figures "^2.0.0" + lodash "^4.3.0" + mute-stream "0.0.7" + run-async "^2.2.0" + rx-lite "^4.0.8" + rx-lite-aggregates "^4.0.8" + string-width "^2.1.0" + strip-ansi "^4.0.0" + through "^2.3.6" + interpret@^1.0.0, interpret@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.1.0.tgz#7ed1b1410c6a0e0f78cf95d3b8440c63f78b8614" @@ -6626,14 +6694,14 @@ lodash@4.17.2: version "4.17.2" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.2.tgz#34a3055babe04ce42467b607d700072c7ff6bf42" +lodash@^4.11.2, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.3.0: + version "4.17.11" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" + lodash@^4.13.1, lodash@^4.15.0, lodash@^4.2.1: version "4.17.5" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511" -lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.3.0: - version "4.17.11" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" - log-driver@^1.2.5: version "1.2.5" resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.5.tgz#7ae4ec257302fd790d557cb10c97100d857b0056" @@ -6986,6 +7054,10 @@ mime-db@~1.36.0: version "1.36.0" resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.36.0.tgz#5020478db3c7fe93aad7bbcc4dcf869c43363397" +mime-db@~1.37.0: + version "1.37.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.37.0.tgz#0b6a0ce6fdbe9576e25f1f2d2fde8830dc0ad0d8" + mime-types@^2.1.12, mime-types@~2.1.7: version "2.1.18" resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.18.tgz#6f323f60a83d11146f831ff11fd66e2fe5503bb8" @@ -7004,6 +7076,12 @@ mime-types@~2.1.17: dependencies: mime-db "~1.30.0" +mime-types@~2.1.19: + version "2.1.21" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.21.tgz#28995aa1ecb770742fe6ae7e58f9181c744b3f96" + dependencies: + mime-db "~1.37.0" + mime@1.4.1: version "1.4.1" resolved "https://registry.yarnpkg.com/mime/-/mime-1.4.1.tgz#121f9ebc49e3766f311a76e1fa1c8003c4b03aa6" @@ -7448,6 +7526,10 @@ oauth-sign@~0.8.1, oauth-sign@~0.8.2: version "0.8.2" resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43" +oauth-sign@~0.9.0: + version "0.9.0" + resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" + object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" @@ -8708,6 +8790,10 @@ pseudomap@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" +psl@^1.1.24: + version "1.1.29" + resolved "https://registry.yarnpkg.com/psl/-/psl-1.1.29.tgz#60f580d360170bb722a797cc704411e6da850c67" + public-encrypt@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.0.tgz#39f699f3a46560dd5ebacbca693caf7c65c18cc6" @@ -8753,7 +8839,7 @@ q@^1.4.1, q@^1.5.1: version "1.5.1" resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" -qs@6.5.2: +qs@6.5.2, qs@~6.5.2: version "6.5.2" resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" @@ -9339,6 +9425,31 @@ request@2.81.0: tunnel-agent "^0.6.0" uuid "^3.0.0" +request@^2.72.0: + version "2.88.0" + resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef" + dependencies: + aws-sign2 "~0.7.0" + aws4 "^1.8.0" + caseless "~0.12.0" + combined-stream "~1.0.6" + extend "~3.0.2" + forever-agent "~0.6.1" + form-data "~2.3.2" + har-validator "~5.1.0" + http-signature "~1.2.0" + is-typedarray "~1.0.0" + isstream "~0.1.2" + json-stringify-safe "~5.0.1" + mime-types "~2.1.19" + oauth-sign "~0.9.0" + performance-now "^2.1.0" + qs "~6.5.2" + safe-buffer "^5.1.2" + tough-cookie "~2.4.3" + tunnel-agent "^0.6.0" + uuid "^3.3.2" + request@^2.79.0, request@^2.83.0: version "2.85.0" resolved "https://registry.yarnpkg.com/request/-/request-2.85.0.tgz#5a03615a47c61420b3eb99b7dba204f83603e1fa" @@ -9565,7 +9676,7 @@ rxjs@^5.3.0: dependencies: symbol-observable "1.0.1" -safe-buffer@5.1.2, safe-buffer@^5.0.1, safe-buffer@~5.1.0, safe-buffer@~5.1.1: +safe-buffer@5.1.2, safe-buffer@^5.0.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: version "5.1.2" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" @@ -10521,6 +10632,13 @@ tough-cookie@>=2.3.3, tough-cookie@^2.3.3, tough-cookie@~2.3.0, tough-cookie@~2. dependencies: punycode "^1.4.1" +tough-cookie@~2.4.3: + version "2.4.3" + resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.4.3.tgz#53f36da3f47783b0925afa06ff9f3b165280f781" + dependencies: + psl "^1.1.24" + punycode "^1.4.1" + tr46@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09" @@ -11299,7 +11417,7 @@ yargs-parser@^10.0.0, yargs-parser@^10.1.0: dependencies: camelcase "^4.1.0" -yargs-parser@^8.0.0: +yargs-parser@^8.0.0, yargs-parser@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-8.1.0.tgz#f1376a33b6629a5d063782944da732631e966950" dependencies: @@ -11345,6 +11463,23 @@ yargs@11.1.0: y18n "^3.2.1" yargs-parser "^9.0.2" +yargs@^10.0.3: + version "10.1.2" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-10.1.2.tgz#454d074c2b16a51a43e2fb7807e4f9de69ccb5c5" + dependencies: + cliui "^4.0.0" + decamelize "^1.1.1" + find-up "^2.1.0" + get-caller-file "^1.0.1" + os-locale "^2.0.0" + require-directory "^2.1.1" + require-main-filename "^1.0.1" + set-blocking "^2.0.0" + string-width "^2.0.0" + which-module "^2.0.0" + y18n "^3.2.1" + yargs-parser "^8.1.0" + yargs@^12.0.2: version "12.0.2" resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.2.tgz#fe58234369392af33ecbef53819171eff0f5aadc" From e610060a4e33a2819f6b772ff5d7bd732053300f Mon Sep 17 00:00:00 2001 From: Hrusikesh Panda Date: Sat, 27 Oct 2018 20:30:25 -0400 Subject: [PATCH 2/4] docs: Adding contributors --- .all-contributorsrc | 59 ++++++++++++++++++++++++++++++++++++++++++++- README.md | 5 ++-- package.json | 2 +- 3 files changed, 62 insertions(+), 4 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index d84d5355..0ff02234 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -6,8 +6,8 @@ "files": [ "README.md" ], + "commit": false, "imageSize": 100, - "commit": true, "contributors": [ { "login": "mrchief", @@ -32,6 +32,63 @@ "profile": "http://www.yanoucrea.fr", "contributions": [ "bug", + "code", + "doc" + ] + }, + { + "login": "Gregcop1", + "name": "GrΓ©gory Copin", + "avatar_url": "https://avatars3.githubusercontent.com/u/1257968?v=4", + "profile": "http://www.les-tilleuls.coop", + "contributions": [ + "code" + ] + }, + { + "login": "priyanshu92", + "name": "PRIYANSHU AGRAWAL", + "avatar_url": "https://avatars1.githubusercontent.com/u/7589718?v=4", + "profile": "https://github.com/priyanshu92", + "contributions": [ + "bug", + "code" + ] + }, + { + "login": "jvgreenaway", + "name": "James Greenaway", + "avatar_url": "https://avatars3.githubusercontent.com/u/425261?v=4", + "profile": "http://james.greenaway.io", + "contributions": [ + "bug", + "code" + ] + }, + { + "login": "itrombitas", + "name": "itrombitas", + "avatar_url": "https://avatars1.githubusercontent.com/u/36223986?v=4", + "profile": "https://github.com/itrombitas", + "contributions": [ + "code" + ] + }, + { + "login": "davehenton", + "name": "Dave Henton", + "avatar_url": "https://avatars2.githubusercontent.com/u/18341459?v=4", + "profile": "https://github.com/davehenton", + "contributions": [ + "infra" + ] + }, + { + "login": "nagaskolli", + "name": "Swetha Kolli", + "avatar_url": "https://avatars3.githubusercontent.com/u/4869717?v=4", + "profile": "https://github.com/nagaskolli", + "contributions": [ "code" ] } diff --git a/README.md b/README.md index bb5e98e6..8c05ccc3 100644 --- a/README.md +++ b/README.md @@ -467,8 +467,9 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds -| [
Hrusikesh Panda](http://about.me/hkpanda)
[πŸ’¬](#question-mrchief "Answering Questions") [πŸ’»](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/commits?author=mrchief "Code") [πŸ“–](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/commits?author=mrchief "Documentation") [πŸ’‘](#example-mrchief "Examples") [πŸ€”](#ideas-mrchief "Ideas, Planning, & Feedback") [πŸš‡](#infra-mrchief "Infrastructure (Hosting, Build-Tools, etc)") [πŸ“¦](#platform-mrchief "Packaging/porting to new platform") [πŸ‘€](#review-mrchief "Reviewed Pull Requests") | [
toofff](http://www.yanoucrea.fr)
[πŸ›](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/issues?q=author%3Atoofff "Bug reports") [πŸ’»](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/commits?author=toofff "Code") | -| :---: | :---: | +| [
Hrusikesh Panda](http://about.me/hkpanda)
[πŸ’¬](#question-mrchief "Answering Questions") [πŸ’»](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/commits?author=mrchief "Code") [πŸ“–](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/commits?author=mrchief "Documentation") [πŸ’‘](#example-mrchief "Examples") [πŸ€”](#ideas-mrchief "Ideas, Planning, & Feedback") [πŸš‡](#infra-mrchief "Infrastructure (Hosting, Build-Tools, etc)") [πŸ“¦](#platform-mrchief "Packaging/porting to new platform") [πŸ‘€](#review-mrchief "Reviewed Pull Requests") | [
toofff](http://www.yanoucrea.fr)
[πŸ›](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/issues?q=author%3Atoofff "Bug reports") [πŸ’»](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/commits?author=toofff "Code") [πŸ“–](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/commits?author=toofff "Documentation") | [
GrΓ©gory Copin](http://www.les-tilleuls.coop)
[πŸ’»](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/commits?author=Gregcop1 "Code") | [
PRIYANSHU AGRAWAL](https://github.com/priyanshu92)
[πŸ›](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/issues?q=author%3Apriyanshu92 "Bug reports") [πŸ’»](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/commits?author=priyanshu92 "Code") | [
James Greenaway](http://james.greenaway.io)
[πŸ›](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/issues?q=author%3Ajvgreenaway "Bug reports") [πŸ’»](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/commits?author=jvgreenaway "Code") | [
itrombitas](https://github.com/itrombitas)
[πŸ’»](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/commits?author=itrombitas "Code") | [
Dave Henton](https://github.com/davehenton)
[πŸš‡](#infra-davehenton "Infrastructure (Hosting, Build-Tools, etc)") | +| :---: | :---: | :---: | :---: | :---: | :---: | :---: | +| [
Swetha Kolli](https://github.com/nagaskolli)
[πŸ’»](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/commits?author=nagaskolli "Code") | This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome! diff --git a/package.json b/package.json index c5ef92c9..1d90cdb4 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "test": "cross-env NODE_ENV=test ava", "test:cov": "rimraf .nyc_output && nyc npm test && nyc report --reporter=lcov ", "semantic-release": "semantic-release", - "contributors": "all-contributors generate" + "contributors": "all-contributors add && all-contributors generate" }, "files": [ "dist" From d2bb726e2dfca57c0310e9c142450a60a849811a Mon Sep 17 00:00:00 2001 From: Hrusikesh Panda Date: Sat, 27 Oct 2018 22:45:00 -0400 Subject: [PATCH 3/4] chore: Fix template issues --- .all-contributorsrc | 19 ++----------------- README.md | 6 ++---- 2 files changed, 4 insertions(+), 21 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 0ff02234..207c2aff 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,30 +1,15 @@ { "projectName": "react-dropdown-tree-select", - "projectOwner": "Hrusikesh Panda ", + "projectOwner": "dowjones", "repoType": "github", "repoHost": "https://github.com", "files": [ "README.md" ], "commit": false, + "badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)", "imageSize": 100, "contributors": [ - { - "login": "mrchief", - "name": "Hrusikesh Panda", - "avatar_url": "https://avatars3.githubusercontent.com/u/781818?v=4", - "profile": "http://about.me/hkpanda", - "contributions": [ - "question", - "code", - "doc", - "example", - "ideas", - "infra", - "platform", - "review" - ] - }, { "login": "toofff", "name": "toofff", diff --git a/README.md b/README.md index 8c05ccc3..e4320c05 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![NPM version][npm-image]][npm-url] [![gzip][gzip-image]][gzip-url] [![npm download][download-image]][npm-url] -[![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![Commitizen friendly][commitizen]][commitizen-url] [![semantic-release][semantic-release]][semantic-release-url] [![All Contributors][all-contributors]](#contributors) +[![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![Commitizen friendly][commitizen]][commitizen-url] [![semantic-release][semantic-release]][semantic-release-url] [![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors) [npm-image]: http://img.shields.io/npm/v/react-dropdown-tree-select.svg?style=flat-square [npm-url]: http://npmjs.org/package/react-dropdown-tree-select @@ -19,7 +19,6 @@ [gzip-url]: https://unpkg.com/react-dropdown-tree-select/dist/react-dropdown-tree-select.js [semantic-release]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square [semantic-release-url]: https://github.com/semantic-release/semantic-release -[all-contributors]: https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square ## React Dropdown Tree Select @@ -467,9 +466,8 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds -| [
Hrusikesh Panda](http://about.me/hkpanda)
[πŸ’¬](#question-mrchief "Answering Questions") [πŸ’»](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/commits?author=mrchief "Code") [πŸ“–](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/commits?author=mrchief "Documentation") [πŸ’‘](#example-mrchief "Examples") [πŸ€”](#ideas-mrchief "Ideas, Planning, & Feedback") [πŸš‡](#infra-mrchief "Infrastructure (Hosting, Build-Tools, etc)") [πŸ“¦](#platform-mrchief "Packaging/porting to new platform") [πŸ‘€](#review-mrchief "Reviewed Pull Requests") | [
toofff](http://www.yanoucrea.fr)
[πŸ›](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/issues?q=author%3Atoofff "Bug reports") [πŸ’»](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/commits?author=toofff "Code") [πŸ“–](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/commits?author=toofff "Documentation") | [
GrΓ©gory Copin](http://www.les-tilleuls.coop)
[πŸ’»](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/commits?author=Gregcop1 "Code") | [
PRIYANSHU AGRAWAL](https://github.com/priyanshu92)
[πŸ›](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/issues?q=author%3Apriyanshu92 "Bug reports") [πŸ’»](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/commits?author=priyanshu92 "Code") | [
James Greenaway](http://james.greenaway.io)
[πŸ›](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/issues?q=author%3Ajvgreenaway "Bug reports") [πŸ’»](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/commits?author=jvgreenaway "Code") | [
itrombitas](https://github.com/itrombitas)
[πŸ’»](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/commits?author=itrombitas "Code") | [
Dave Henton](https://github.com/davehenton)
[πŸš‡](#infra-davehenton "Infrastructure (Hosting, Build-Tools, etc)") | +| [
toofff](http://www.yanoucrea.fr)
[πŸ›](https://github.com/dowjones/react-dropdown-tree-select/issues?q=author%3Atoofff "Bug reports") [πŸ’»](https://github.com/dowjones/react-dropdown-tree-select/commits?author=toofff "Code") [πŸ“–](https://github.com/dowjones/react-dropdown-tree-select/commits?author=toofff "Documentation") | [
GrΓ©gory Copin](http://www.les-tilleuls.coop)
[πŸ’»](https://github.com/dowjones/react-dropdown-tree-select/commits?author=Gregcop1 "Code") | [
PRIYANSHU AGRAWAL](https://github.com/priyanshu92)
[πŸ›](https://github.com/dowjones/react-dropdown-tree-select/issues?q=author%3Apriyanshu92 "Bug reports") [πŸ’»](https://github.com/dowjones/react-dropdown-tree-select/commits?author=priyanshu92 "Code") | [
James Greenaway](http://james.greenaway.io)
[πŸ›](https://github.com/dowjones/react-dropdown-tree-select/issues?q=author%3Ajvgreenaway "Bug reports") [πŸ’»](https://github.com/dowjones/react-dropdown-tree-select/commits?author=jvgreenaway "Code") | [
itrombitas](https://github.com/itrombitas)
[πŸ’»](https://github.com/dowjones/react-dropdown-tree-select/commits?author=itrombitas "Code") | [
Dave Henton](https://github.com/davehenton)
[πŸš‡](#infra-davehenton "Infrastructure (Hosting, Build-Tools, etc)") | [
Swetha Kolli](https://github.com/nagaskolli)
[πŸ’»](https://github.com/dowjones/react-dropdown-tree-select/commits?author=nagaskolli "Code") | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | -| [
Swetha Kolli](https://github.com/nagaskolli)
[πŸ’»](https://github.com/Hrusikesh Panda /react-dropdown-tree-select/commits?author=nagaskolli "Code") | This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome! From da2dd365ff5e1165dbe183f2b4a32b7efdab4aae Mon Sep 17 00:00:00 2001 From: Hrusikesh Panda Date: Mon, 29 Oct 2018 08:46:07 -0400 Subject: [PATCH 4/4] docs: Add issue contributers --- .all-contributorsrc | 126 ++++++++++++++++++++++++++++++++++++++++++-- README.md | 6 ++- 2 files changed, 127 insertions(+), 5 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 207c2aff..a474ed9b 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -18,7 +18,8 @@ "contributions": [ "bug", "code", - "doc" + "doc", + "ideas" ] }, { @@ -27,6 +28,7 @@ "avatar_url": "https://avatars3.githubusercontent.com/u/1257968?v=4", "profile": "http://www.les-tilleuls.coop", "contributions": [ + "bug", "code" ] }, @@ -37,7 +39,7 @@ "profile": "https://github.com/priyanshu92", "contributions": [ "bug", - "code" + "ideas" ] }, { @@ -47,7 +49,8 @@ "profile": "http://james.greenaway.io", "contributions": [ "bug", - "code" + "code", + "ideas" ] }, { @@ -76,6 +79,123 @@ "contributions": [ "code" ] + }, + { + "login": "BaarishRain", + "name": "BaarishRain", + "avatar_url": "https://avatars1.githubusercontent.com/u/13344028?v=4", + "profile": "https://github.com/BaarishRain", + "contributions": [ + "bug" + ] + }, + { + "login": "akovacspentalog", + "name": "Kovacs Alexandru Robert", + "avatar_url": "https://avatars0.githubusercontent.com/u/32507174?v=4", + "profile": "http://kovacsalexandrurobert.ro", + "contributions": [ + "ideas" + ] + }, + { + "login": "amondragon", + "name": "Alexis Mondragon", + "avatar_url": "https://avatars2.githubusercontent.com/u/11201133?v=4", + "profile": "https://github.com/amondragon", + "contributions": [ + "ideas" + ] + }, + { + "login": "Charlie91", + "name": "Charlie91", + "avatar_url": "https://avatars2.githubusercontent.com/u/13438795?v=4", + "profile": "https://github.com/Charlie91", + "contributions": [ + "bug" + ] + }, + { + "login": "dhirendrarathod2000", + "name": "Dhirendrasinh", + "avatar_url": "https://avatars3.githubusercontent.com/u/1930681?v=4", + "profile": "https://github.com/dhirendrarathod2000", + "contributions": [ + "bug" + ] + }, + { + "login": "JKapostins", + "name": "JKapostins", + "avatar_url": "https://avatars1.githubusercontent.com/u/7006862?v=4", + "profile": "https://github.com/JKapostins", + "contributions": [ + "bug" + ] + }, + { + "login": "josvegit", + "name": "josvegit", + "avatar_url": "https://avatars0.githubusercontent.com/u/24354568?v=4", + "profile": "https://github.com/josvegit", + "contributions": [ + "bug" + ] + }, + { + "login": "loconluis", + "name": "Luis Locon", + "avatar_url": "https://avatars1.githubusercontent.com/u/12422912?v=4", + "profile": "https://twitter.com/LoconLuis", + "contributions": [ + "bug" + ] + }, + { + "login": "mikdatdogru", + "name": "Mikdat DOĞRU", + "avatar_url": "https://avatars3.githubusercontent.com/u/10121255?v=4", + "profile": "https://github.com/mikdatdogru", + "contributions": [ + "bug" + ] + }, + { + "login": "will-izard", + "name": "Will Izard", + "avatar_url": "https://avatars1.githubusercontent.com/u/7553535?v=4", + "profile": "https://github.com/will-izard", + "contributions": [ + "ideas" + ] + }, + { + "login": "nikolap", + "name": "Nikola Peric", + "avatar_url": "https://avatars3.githubusercontent.com/u/4504265?v=4", + "profile": "https://gitlab.com/nikperic", + "contributions": [ + "bug" + ] + }, + { + "login": "ramonrf", + "name": "RamΓ³n Alejandro Reyes Fajardo", + "avatar_url": "https://avatars2.githubusercontent.com/u/6119839?v=4", + "profile": "https://github.com/ramonrf", + "contributions": [ + "bug" + ] + }, + { + "login": "sarada-Cheukupalli", + "name": "Sarada Cherukupalli", + "avatar_url": "https://avatars3.githubusercontent.com/u/10716099?v=4", + "profile": "https://github.com/sarada-Cheukupalli", + "contributions": [ + "ideas" + ] } ] } diff --git a/README.md b/README.md index e4320c05..3f5c8f12 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![NPM version][npm-image]][npm-url] [![gzip][gzip-image]][gzip-url] [![npm download][download-image]][npm-url] -[![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![Commitizen friendly][commitizen]][commitizen-url] [![semantic-release][semantic-release]][semantic-release-url] [![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors) +[![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![Commitizen friendly][commitizen]][commitizen-url] [![semantic-release][semantic-release]][semantic-release-url] [![All Contributors](https://img.shields.io/badge/all_contributors-20-orange.svg?style=flat-square)](#contributors) [npm-image]: http://img.shields.io/npm/v/react-dropdown-tree-select.svg?style=flat-square [npm-url]: http://npmjs.org/package/react-dropdown-tree-select @@ -466,8 +466,10 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds -| [
toofff](http://www.yanoucrea.fr)
[πŸ›](https://github.com/dowjones/react-dropdown-tree-select/issues?q=author%3Atoofff "Bug reports") [πŸ’»](https://github.com/dowjones/react-dropdown-tree-select/commits?author=toofff "Code") [πŸ“–](https://github.com/dowjones/react-dropdown-tree-select/commits?author=toofff "Documentation") | [
GrΓ©gory Copin](http://www.les-tilleuls.coop)
[πŸ’»](https://github.com/dowjones/react-dropdown-tree-select/commits?author=Gregcop1 "Code") | [
PRIYANSHU AGRAWAL](https://github.com/priyanshu92)
[πŸ›](https://github.com/dowjones/react-dropdown-tree-select/issues?q=author%3Apriyanshu92 "Bug reports") [πŸ’»](https://github.com/dowjones/react-dropdown-tree-select/commits?author=priyanshu92 "Code") | [
James Greenaway](http://james.greenaway.io)
[πŸ›](https://github.com/dowjones/react-dropdown-tree-select/issues?q=author%3Ajvgreenaway "Bug reports") [πŸ’»](https://github.com/dowjones/react-dropdown-tree-select/commits?author=jvgreenaway "Code") | [
itrombitas](https://github.com/itrombitas)
[πŸ’»](https://github.com/dowjones/react-dropdown-tree-select/commits?author=itrombitas "Code") | [
Dave Henton](https://github.com/davehenton)
[πŸš‡](#infra-davehenton "Infrastructure (Hosting, Build-Tools, etc)") | [
Swetha Kolli](https://github.com/nagaskolli)
[πŸ’»](https://github.com/dowjones/react-dropdown-tree-select/commits?author=nagaskolli "Code") | +| [
toofff](http://www.yanoucrea.fr)
[πŸ›](https://github.com/dowjones/react-dropdown-tree-select/issues?q=author%3Atoofff "Bug reports") [πŸ’»](https://github.com/dowjones/react-dropdown-tree-select/commits?author=toofff "Code") [πŸ“–](https://github.com/dowjones/react-dropdown-tree-select/commits?author=toofff "Documentation") [πŸ€”](#ideas-toofff "Ideas, Planning, & Feedback") | [
GrΓ©gory Copin](http://www.les-tilleuls.coop)
[πŸ›](https://github.com/dowjones/react-dropdown-tree-select/issues?q=author%3AGregcop1 "Bug reports") [πŸ’»](https://github.com/dowjones/react-dropdown-tree-select/commits?author=Gregcop1 "Code") | [
PRIYANSHU AGRAWAL](https://github.com/priyanshu92)
[πŸ›](https://github.com/dowjones/react-dropdown-tree-select/issues?q=author%3Apriyanshu92 "Bug reports") [πŸ€”](#ideas-priyanshu92 "Ideas, Planning, & Feedback") | [
James Greenaway](http://james.greenaway.io)
[πŸ›](https://github.com/dowjones/react-dropdown-tree-select/issues?q=author%3Ajvgreenaway "Bug reports") [πŸ’»](https://github.com/dowjones/react-dropdown-tree-select/commits?author=jvgreenaway "Code") [πŸ€”](#ideas-jvgreenaway "Ideas, Planning, & Feedback") | [
itrombitas](https://github.com/itrombitas)
[πŸ’»](https://github.com/dowjones/react-dropdown-tree-select/commits?author=itrombitas "Code") | [
Dave Henton](https://github.com/davehenton)
[πŸš‡](#infra-davehenton "Infrastructure (Hosting, Build-Tools, etc)") | [
Swetha Kolli](https://github.com/nagaskolli)
[πŸ’»](https://github.com/dowjones/react-dropdown-tree-select/commits?author=nagaskolli "Code") | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | +| [
BaarishRain](https://github.com/BaarishRain)
[πŸ›](https://github.com/dowjones/react-dropdown-tree-select/issues?q=author%3ABaarishRain "Bug reports") | [
Kovacs Alexandru Robert](http://kovacsalexandrurobert.ro)
[πŸ€”](#ideas-akovacspentalog "Ideas, Planning, & Feedback") | [
Alexis Mondragon](https://github.com/amondragon)
[πŸ€”](#ideas-amondragon "Ideas, Planning, & Feedback") | [
Charlie91](https://github.com/Charlie91)
[πŸ›](https://github.com/dowjones/react-dropdown-tree-select/issues?q=author%3ACharlie91 "Bug reports") | [
Dhirendrasinh](https://github.com/dhirendrarathod2000)
[πŸ›](https://github.com/dowjones/react-dropdown-tree-select/issues?q=author%3Adhirendrarathod2000 "Bug reports") | [
JKapostins](https://github.com/JKapostins)
[πŸ›](https://github.com/dowjones/react-dropdown-tree-select/issues?q=author%3AJKapostins "Bug reports") | [
josvegit](https://github.com/josvegit)
[πŸ›](https://github.com/dowjones/react-dropdown-tree-select/issues?q=author%3Ajosvegit "Bug reports") | +| [
Luis Locon](https://twitter.com/LoconLuis)
[πŸ›](https://github.com/dowjones/react-dropdown-tree-select/issues?q=author%3Aloconluis "Bug reports") | [
Mikdat DOĞRU](https://github.com/mikdatdogru)
[πŸ›](https://github.com/dowjones/react-dropdown-tree-select/issues?q=author%3Amikdatdogru "Bug reports") | [
Will Izard](https://github.com/will-izard)
[πŸ€”](#ideas-will-izard "Ideas, Planning, & Feedback") | [
Nikola Peric](https://gitlab.com/nikperic)
[πŸ›](https://github.com/dowjones/react-dropdown-tree-select/issues?q=author%3Anikolap "Bug reports") | [
RamΓ³n Alejandro Reyes Fajardo](https://github.com/ramonrf)
[πŸ›](https://github.com/dowjones/react-dropdown-tree-select/issues?q=author%3Aramonrf "Bug reports") | [
Sarada Cherukupalli](https://github.com/sarada-Cheukupalli)
[πŸ€”](#ideas-sarada-Cheukupalli "Ideas, Planning, & Feedback") | This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!