From 54801341dafcb8dc4639691b9cb121925bafb1ea Mon Sep 17 00:00:00 2001 From: Suzanne Rozier Date: Mon, 22 Feb 2021 13:58:50 -0600 Subject: [PATCH 01/16] Set up all contributors spec --- .all-contributorsrc | 14 +++++++++++++ README.md | 17 +++++++++++++++ package.json | 1 + yarn.lock | 51 ++++++++++++++++++++++++++++++++++++++++++--- 4 files changed, 80 insertions(+), 3 deletions(-) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000000..0f48f84a9f --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,14 @@ +{ + "projectName": "react-uswds", + "projectOwner": "trussworks", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": true, + "commitConvention": "none", + "contributors": [], + "contributorsPerLine": 7 +} diff --git a/README.md b/README.md index 9d458b6660..bc4b3dc8b7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # @trussworks/react-uswds + +[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-) + [![npm version](https://img.shields.io/npm/v/@trussworks/react-uswds)](https://www.npmjs.com/package/@trussworks/react-uswds) [![CircleCI](https://img.shields.io/circleci/build/github/trussworks/react-uswds/develop)](https://circleci.com/gh/trussworks/react-uswds) @@ -126,3 +129,17 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + +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 diff --git a/package.json b/package.json index aa2da416bb..54c832a1a9 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,7 @@ "@types/react-dom": "^17.0.0", "@typescript-eslint/eslint-plugin": "^2.3.2", "@typescript-eslint/parser": "^2.3.2", + "all-contributors-cli": "^6.20.0", "awesome-typescript-loader": "^5.2.1", "babel-eslint": "^10.0.3", "babel-jest": "^26.1.0", diff --git a/yarn.lock b/yarn.lock index adca5580e0..70e1b69525 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2974,6 +2974,22 @@ ajv@^7.0.2: require-from-string "^2.0.2" uri-js "^4.2.2" +all-contributors-cli@^6.20.0: + version "6.20.0" + resolved "https://registry.yarnpkg.com/all-contributors-cli/-/all-contributors-cli-6.20.0.tgz#9bc98dda38cb29cfe8afc8a78c004e14af25d2f6" + integrity sha512-trEQlL1s1u8FSWSwY2w9uL4GCG7Fo9HIW5rm5LtlE0SQHSolfXQBzJib07Qes5j52/t72wjuE6sEKkuRrwiuuQ== + dependencies: + "@babel/runtime" "^7.7.6" + async "^3.0.1" + chalk "^4.0.0" + didyoumean "^1.2.1" + inquirer "^7.0.4" + json-fixer "^1.5.1" + lodash "^4.11.2" + node-fetch "^2.6.0" + pify "^5.0.0" + yargs "^15.0.1" + ansi-align@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.0.tgz#b536b371cf687caaef236c18d3e21fe3797467cb" @@ -3331,7 +3347,7 @@ async@^2.6.3: dependencies: lodash "^4.17.14" -async@^3.2.0: +async@^3.0.1, async@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/async/-/async-3.2.0.tgz#b3a2685c5ebb641d3de02d161002c60fc9f85720" integrity sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw== @@ -5488,6 +5504,11 @@ detect-port@^1.3.0: address "^1.0.1" debug "^2.6.0" +didyoumean@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/didyoumean/-/didyoumean-1.2.1.tgz#e92edfdada6537d484d73c0172fd1eba0c4976ff" + integrity sha1-6S7f2tplN9SE1zwBcv0eugxJdv8= + diff-sequences@^26.6.2: version "26.6.2" resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.6.2.tgz#48ba99157de1923412eed41db6b6d4aa9ca7c0b1" @@ -7904,7 +7925,7 @@ inquirer@7.0.4: strip-ansi "^5.1.0" through "^2.3.6" -inquirer@^7.0.0: +inquirer@^7.0.0, inquirer@^7.0.4: version "7.3.3" resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz#04d176b2af04afc157a83fd7c100e98ee0aad003" integrity sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA== @@ -8919,6 +8940,15 @@ jsesc@~0.5.0: resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= +json-fixer@^1.5.1: + version "1.6.8" + resolved "https://registry.yarnpkg.com/json-fixer/-/json-fixer-1.6.8.tgz#4a1930af55ca0baa410c3a2cdf2b065ba87121ed" + integrity sha512-VUI3GPVLpM/nYmM1tSuvd3kh36eWvoNO1SFveVQf5k9QJI3kfaoOPVbN7WbpRfvZqa2BFySyVuqSs57laYfIDQ== + dependencies: + "@babel/runtime" "^7.12.5" + chalk "^4.1.0" + pegjs "^0.10.0" + json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" @@ -9443,6 +9473,11 @@ lodash@4.x, lodash@^4.0.1, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lo resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52" integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== +lodash@^4.11.2: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== + log-symbols@^2.1.0: version "2.2.0" resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a" @@ -10842,6 +10877,11 @@ pbkdf2@^3.0.3: safe-buffer "^5.0.1" sha.js "^2.4.8" +pegjs@^0.10.0: + version "0.10.0" + resolved "https://registry.yarnpkg.com/pegjs/-/pegjs-0.10.0.tgz#cf8bafae6eddff4b5a7efb185269eaaf4610ddbd" + integrity sha1-z4uvrm7d/0tafvsYUmnqr0YQ3b0= + performance-now@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" @@ -10867,6 +10907,11 @@ pify@^4.0.1: resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== +pify@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/pify/-/pify-5.0.0.tgz#1f5eca3f5e87ebec28cc6d54a0e4aaf00acc127f" + integrity sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA== + pinkie-promise@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" @@ -14493,7 +14538,7 @@ yargs-parser@^20.2.2: resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.5.tgz#5d37729146d3f894f39fc94b6796f5b239513186" integrity sha512-jYRGS3zWy20NtDtK2kBgo/TlAoy5YUuhD9/LZ7z7W4j1Fdw2cqD0xEEclf8fxc8xjD6X5Qr+qQQwCEsP8iRiYg== -yargs@^15.0.0, yargs@^15.4.1: +yargs@^15.0.0, yargs@^15.0.1, yargs@^15.4.1: version "15.4.1" resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8" integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== From 7c6243a5dd4d50f6e4bf4c537f1f94abc09ff889 Mon Sep 17 00:00:00 2001 From: Suzanne Rozier Date: Mon, 22 Feb 2021 14:02:57 -0600 Subject: [PATCH 02/16] Add @suzubara as a contributor --- .all-contributorsrc | 12 +++++++++++- README.md | 8 +++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 0f48f84a9f..c305097295 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -9,6 +9,16 @@ "imageSize": 100, "commit": true, "commitConvention": "none", - "contributors": [], + "contributors": [ + { + "login": "suzubara", + "name": "Suzanne Rozier", + "avatar_url": "https://avatars.githubusercontent.com/u/2723066?v=4", + "profile": "https://github.com/suzubara", + "contributions": [ + "code" + ] + } + ], "contributorsPerLine": 7 } diff --git a/README.md b/README.md index bc4b3dc8b7..801f839bd0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @trussworks/react-uswds -[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) [![npm version](https://img.shields.io/npm/v/@trussworks/react-uswds)](https://www.npmjs.com/package/@trussworks/react-uswds) @@ -137,6 +137,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d + + + + +

Suzanne Rozier

💻
+ From a8e2ff81b91f42dbebc962c86178daec74cef53d Mon Sep 17 00:00:00 2001 From: Suzanne Rozier Date: Mon, 22 Feb 2021 14:03:09 -0600 Subject: [PATCH 03/16] Add @haworku as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index c305097295..558735753e 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -18,6 +18,15 @@ "contributions": [ "code" ] + }, + { + "login": "haworku", + "name": "haworku", + "avatar_url": "https://avatars.githubusercontent.com/u/10750442?v=4", + "profile": "https://github.com/haworku", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7 diff --git a/README.md b/README.md index 801f839bd0..dcbbdccec4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @trussworks/react-uswds -[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-) [![npm version](https://img.shields.io/npm/v/@trussworks/react-uswds)](https://www.npmjs.com/package/@trussworks/react-uswds) @@ -140,6 +140,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d +

Suzanne Rozier

💻

haworku

💻
From 1ad01cca600f847d8d66f8b10030e6975c1faa5f Mon Sep 17 00:00:00 2001 From: Suzanne Rozier Date: Mon, 22 Feb 2021 14:03:15 -0600 Subject: [PATCH 04/16] Add @ahobson as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 558735753e..8038fb3f5d 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -27,6 +27,15 @@ "contributions": [ "code" ] + }, + { + "login": "ahobson", + "name": "Andrew Hobson", + "avatar_url": "https://avatars.githubusercontent.com/u/21983?v=4", + "profile": "https://github.com/ahobson", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7 diff --git a/README.md b/README.md index dcbbdccec4..5596e3fdad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @trussworks/react-uswds -[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-) [![npm version](https://img.shields.io/npm/v/@trussworks/react-uswds)](https://www.npmjs.com/package/@trussworks/react-uswds) @@ -141,6 +141,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Suzanne Rozier

💻
haworku

💻 +
Andrew Hobson

💻 From 44d93afe6cb67060b849d277cc6df8996cd96edb Mon Sep 17 00:00:00 2001 From: Suzanne Rozier Date: Mon, 22 Feb 2021 14:03:20 -0600 Subject: [PATCH 05/16] Add @gidjin as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 8038fb3f5d..04ee4ec43e 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -36,6 +36,15 @@ "contributions": [ "code" ] + }, + { + "login": "gidjin", + "name": "John Gedeon", + "avatar_url": "https://avatars.githubusercontent.com/u/940173?v=4", + "profile": "https://github.com/gidjin", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7 diff --git a/README.md b/README.md index 5596e3fdad..c25235faa4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @trussworks/react-uswds -[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-) [![npm version](https://img.shields.io/npm/v/@trussworks/react-uswds)](https://www.npmjs.com/package/@trussworks/react-uswds) @@ -142,6 +142,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Suzanne Rozier

💻
haworku

💻
Andrew Hobson

💻 +
John Gedeon

💻 From 2c77f9d8df34ccfb4ac88b333acec4276f9cfaed Mon Sep 17 00:00:00 2001 From: Suzanne Rozier Date: Mon, 22 Feb 2021 14:03:26 -0600 Subject: [PATCH 06/16] Add @eamahanna as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 04ee4ec43e..d465c38656 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -45,6 +45,15 @@ "contributions": [ "code" ] + }, + { + "login": "eamahanna", + "name": "Emily Mahanna", + "avatar_url": "https://avatars.githubusercontent.com/u/56279459?v=4", + "profile": "https://github.com/eamahanna", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7 diff --git a/README.md b/README.md index c25235faa4..f2f628a010 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @trussworks/react-uswds -[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-) [![npm version](https://img.shields.io/npm/v/@trussworks/react-uswds)](https://www.npmjs.com/package/@trussworks/react-uswds) @@ -143,6 +143,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
haworku

💻
Andrew Hobson

💻
John Gedeon

💻 +
Emily Mahanna

💻 From ef5f2739dea9e415317c828670253c70166b3c0b Mon Sep 17 00:00:00 2001 From: Suzanne Rozier Date: Mon, 22 Feb 2021 14:03:33 -0600 Subject: [PATCH 07/16] Add @brandonlenz as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index d465c38656..66221637ee 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -54,6 +54,15 @@ "contributions": [ "code" ] + }, + { + "login": "brandonlenz", + "name": "Brandon Lenz", + "avatar_url": "https://avatars.githubusercontent.com/u/15805554?v=4", + "profile": "https://github.com/brandonlenz", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7 diff --git a/README.md b/README.md index f2f628a010..947591f0bd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @trussworks/react-uswds -[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) [![npm version](https://img.shields.io/npm/v/@trussworks/react-uswds)](https://www.npmjs.com/package/@trussworks/react-uswds) @@ -144,6 +144,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Andrew Hobson

💻
John Gedeon

💻
Emily Mahanna

💻 +
Brandon Lenz

💻 From e4e7c257b15b9efcb1867ff67dff49280afbf448 Mon Sep 17 00:00:00 2001 From: Suzanne Rozier Date: Mon, 22 Feb 2021 14:03:37 -0600 Subject: [PATCH 08/16] Add @sojeri as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 66221637ee..f841dc82fd 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -63,6 +63,15 @@ "contributions": [ "code" ] + }, + { + "login": "sojeri", + "name": "Jeri Sommers", + "avatar_url": "https://avatars.githubusercontent.com/u/10818509?v=4", + "profile": "https://github.com/sojeri", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7 diff --git a/README.md b/README.md index 947591f0bd..6a93a01578 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @trussworks/react-uswds -[![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-7-orange.svg?style=flat-square)](#contributors-) [![npm version](https://img.shields.io/npm/v/@trussworks/react-uswds)](https://www.npmjs.com/package/@trussworks/react-uswds) @@ -145,6 +145,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
John Gedeon

💻
Emily Mahanna

💻
Brandon Lenz

💻 +
Jeri Sommers

💻 From fe7aa40cd70f2cec143196d8d78dd136ad2ca729 Mon Sep 17 00:00:00 2001 From: Suzanne Rozier Date: Mon, 22 Feb 2021 14:04:04 -0600 Subject: [PATCH 09/16] Add @tinyels as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index f841dc82fd..c0061f9916 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -72,6 +72,15 @@ "contributions": [ "code" ] + }, + { + "login": "tinyels", + "name": "Erin Stanfill", + "avatar_url": "https://avatars.githubusercontent.com/u/3142631?v=4", + "profile": "https://github.com/tinyels", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7 diff --git a/README.md b/README.md index 6a93a01578..402183ed30 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @trussworks/react-uswds -[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-) [![npm version](https://img.shields.io/npm/v/@trussworks/react-uswds)](https://www.npmjs.com/package/@trussworks/react-uswds) @@ -147,6 +147,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Brandon Lenz

💻
Jeri Sommers

💻 + +
Erin Stanfill

💻 + From 32f18065c8a932a97b09c46c600438077ee72c54 Mon Sep 17 00:00:00 2001 From: Suzanne Rozier Date: Mon, 22 Feb 2021 14:04:11 -0600 Subject: [PATCH 10/16] Add @esacteksab as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index c0061f9916..e227dcb9c3 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -81,6 +81,15 @@ "contributions": [ "code" ] + }, + { + "login": "esacteksab", + "name": "Barry Morrison", + "avatar_url": "https://avatars.githubusercontent.com/u/689591?v=4", + "profile": "http://www.barrymorrison.com/", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7 diff --git a/README.md b/README.md index 402183ed30..fdfaebd05f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @trussworks/react-uswds -[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-) [![npm version](https://img.shields.io/npm/v/@trussworks/react-uswds)](https://www.npmjs.com/package/@trussworks/react-uswds) @@ -149,6 +149,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Erin Stanfill

💻 +
Barry Morrison

💻 From eeb07766ff84b617585b09d3ee29fd7392a32eaa Mon Sep 17 00:00:00 2001 From: Suzanne Rozier Date: Mon, 22 Feb 2021 14:04:17 -0600 Subject: [PATCH 11/16] Add @duncan-truss as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index e227dcb9c3..c62eaac44f 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -90,6 +90,15 @@ "contributions": [ "code" ] + }, + { + "login": "duncan-truss", + "name": "Duncan", + "avatar_url": "https://avatars.githubusercontent.com/u/52669884?v=4", + "profile": "https://github.com/duncan-truss", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7 diff --git a/README.md b/README.md index fdfaebd05f..b48e97def9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @trussworks/react-uswds -[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors-) [![npm version](https://img.shields.io/npm/v/@trussworks/react-uswds)](https://www.npmjs.com/package/@trussworks/react-uswds) @@ -150,6 +150,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Erin Stanfill

💻
Barry Morrison

💻 +
Duncan

💻 From c6fce26175ca4637bbbd8445991f10ec3de25fa0 Mon Sep 17 00:00:00 2001 From: Suzanne Rozier Date: Mon, 22 Feb 2021 14:04:23 -0600 Subject: [PATCH 12/16] Add @SirenaBorracha as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index c62eaac44f..994f703abe 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -99,6 +99,15 @@ "contributions": [ "code" ] + }, + { + "login": "SirenaBorracha", + "name": "Arianna Kellogg", + "avatar_url": "https://avatars.githubusercontent.com/u/16230705?v=4", + "profile": "https://github.com/SirenaBorracha", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7 diff --git a/README.md b/README.md index b48e97def9..fe368f1ffd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @trussworks/react-uswds -[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square)](#contributors-) [![npm version](https://img.shields.io/npm/v/@trussworks/react-uswds)](https://www.npmjs.com/package/@trussworks/react-uswds) @@ -151,6 +151,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Erin Stanfill

💻
Barry Morrison

💻
Duncan

💻 +
Arianna Kellogg

💻 From 46bb1cb42a97042fee8fb7ab247dbae190665da9 Mon Sep 17 00:00:00 2001 From: Suzanne Rozier Date: Mon, 22 Feb 2021 14:04:31 -0600 Subject: [PATCH 13/16] Add @christopherhuii as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 994f703abe..c30af64e63 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -108,6 +108,15 @@ "contributions": [ "code" ] + }, + { + "login": "christopherhuii", + "name": "Christopher Hui", + "avatar_url": "https://avatars.githubusercontent.com/u/8367504?v=4", + "profile": "https://github.com/christopherhuii", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7 diff --git a/README.md b/README.md index fe368f1ffd..505de6d09b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @trussworks/react-uswds -[![All Contributors](https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-) [![npm version](https://img.shields.io/npm/v/@trussworks/react-uswds)](https://www.npmjs.com/package/@trussworks/react-uswds) @@ -152,6 +152,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Barry Morrison

💻
Duncan

💻
Arianna Kellogg

💻 +
Christopher Hui

💻 From 33485dfe143a19812af3c3877971b76d251b94f6 Mon Sep 17 00:00:00 2001 From: Suzanne Rozier Date: Mon, 22 Feb 2021 14:04:36 -0600 Subject: [PATCH 14/16] Add @jim as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index c30af64e63..956e5cc314 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -117,6 +117,15 @@ "contributions": [ "code" ] + }, + { + "login": "jim", + "name": "Jim Benton", + "avatar_url": "https://avatars.githubusercontent.com/u/3331?v=4", + "profile": "http://pandasguide.com/", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7 diff --git a/README.md b/README.md index 505de6d09b..d60fc4139f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @trussworks/react-uswds -[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-) [![npm version](https://img.shields.io/npm/v/@trussworks/react-uswds)](https://www.npmjs.com/package/@trussworks/react-uswds) @@ -153,6 +153,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Duncan

💻
Arianna Kellogg

💻
Christopher Hui

💻 +
Jim Benton

💻 From b6c491a40e54217476594e69f80a3e8c9976e14a Mon Sep 17 00:00:00 2001 From: Suzanne Rozier Date: Tue, 23 Feb 2021 11:07:48 -0600 Subject: [PATCH 15/16] Update @suzubara as a contributor --- .all-contributorsrc | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 956e5cc314..6685bfa4cf 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -16,7 +16,8 @@ "avatar_url": "https://avatars.githubusercontent.com/u/2723066?v=4", "profile": "https://github.com/suzubara", "contributions": [ - "code" + "code", + "doc" ] }, { diff --git a/README.md b/README.md index d60fc4139f..f6613e80bb 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d - + From c6d808cce5b80a521b5878d2ce27cd0fb1241e36 Mon Sep 17 00:00:00 2001 From: Suzanne Rozier Date: Tue, 23 Feb 2021 11:09:27 -0600 Subject: [PATCH 16/16] Add contributors:add script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 54c832a1a9..185f9d05e9 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,8 @@ "happo": "happo", "happo-ci": "happo-ci-circleci", "example:install": "yarn build && cd example/ && yarn", - "example:start": "cd example/ && yarn start" + "example:start": "cd example/ && yarn start", + "contributors:add": "all-contributors add" }, "repository": { "type": "git",

Suzanne Rozier

💻

Suzanne Rozier

💻 📖

haworku

💻

Andrew Hobson

💻

John Gedeon

💻