From c4f0b8ca197a20b3edd3fd4b11369d7450f9906e Mon Sep 17 00:00:00 2001
From: Joost De Cock
Date: Sat, 27 Nov 2021 20:06:56 +0100
Subject: [PATCH] Implement all-contributors. See #1523
---
config/badges.yaml | 5 ++
config/templates/readme.dflt.md | 4 +
package.json | 13 +++-
packages/aaron/README.md | 34 +++++++++
packages/albert/README.md | 34 +++++++++
packages/bee/README.md | 34 +++++++++
packages/bella/README.md | 34 +++++++++
packages/benjamin/README.md | 34 +++++++++
packages/bent/README.md | 34 +++++++++
packages/breanna/README.md | 34 +++++++++
packages/brian/README.md | 34 +++++++++
packages/bruce/README.md | 34 +++++++++
packages/carlita/README.md | 34 +++++++++
packages/carlton/README.md | 34 +++++++++
packages/cathrin/README.md | 34 +++++++++
packages/charlie/README.md | 34 +++++++++
packages/components/README.md | 34 +++++++++
packages/core/README.md | 34 +++++++++
packages/cornelius/README.md | 34 +++++++++
packages/create-freesewing-pattern/README.md | 34 +++++++++
packages/css-theme/README.md | 34 +++++++++
packages/diana/README.md | 34 +++++++++
packages/examples/README.md | 34 +++++++++
packages/florence/README.md | 34 +++++++++
packages/florent/README.md | 34 +++++++++
packages/gatsby-remark-jargon/README.md | 34 +++++++++
packages/holmes/README.md | 34 +++++++++
packages/hortensia/README.md | 34 +++++++++
packages/huey/README.md | 34 +++++++++
packages/hugo/README.md | 34 +++++++++
packages/i18n/README.md | 34 +++++++++
packages/jaeger/README.md | 34 +++++++++
packages/legend/README.md | 34 +++++++++
packages/lunetius/README.md | 34 +++++++++
packages/models/README.md | 34 +++++++++
packages/mui-theme/README.md | 34 +++++++++
packages/paco/README.md | 34 +++++++++
packages/pattern-info/README.md | 34 +++++++++
packages/penelope/README.md | 34 +++++++++
packages/plugin-banner/README.md | 34 +++++++++
packages/plugin-bartack/README.md | 34 +++++++++
packages/plugin-bundle/README.md | 34 +++++++++
packages/plugin-bust/README.md | 34 +++++++++
packages/plugin-buttons/README.md | 34 +++++++++
packages/plugin-cutonfold/README.md | 34 +++++++++
packages/plugin-dimension/README.md | 34 +++++++++
packages/plugin-export-dxf/README.md | 34 +++++++++
packages/plugin-flip/README.md | 34 +++++++++
packages/plugin-gore/README.md | 34 +++++++++
packages/plugin-grainline/README.md | 34 +++++++++
packages/plugin-i18n/README.md | 34 +++++++++
packages/plugin-logo/README.md | 34 +++++++++
packages/plugin-measurements/README.md | 34 +++++++++
packages/plugin-mirror/README.md | 34 +++++++++
packages/plugin-notches/README.md | 34 +++++++++
packages/plugin-round/README.md | 34 +++++++++
packages/plugin-scalebox/README.md | 34 +++++++++
packages/plugin-sprinkle/README.md | 34 +++++++++
packages/plugin-svgattr/README.md | 34 +++++++++
packages/plugin-theme/README.md | 34 +++++++++
packages/plugin-title/README.md | 34 +++++++++
packages/plugin-validate/README.md | 34 +++++++++
packages/plugin-versionfree-svg/README.md | 34 +++++++++
packages/prettier-config/README.md | 34 +++++++++
packages/remark-jargon/README.md | 34 +++++++++
packages/rendertest/README.md | 34 +++++++++
packages/sandy/README.md | 34 +++++++++
packages/shin/README.md | 34 +++++++++
packages/simon/README.md | 34 +++++++++
packages/simone/README.md | 34 +++++++++
packages/snapseries/README.md | 34 +++++++++
packages/strapi/README.md | 34 +++++++++
packages/sven/README.md | 34 +++++++++
packages/tamiko/README.md | 34 +++++++++
packages/teagan/README.md | 34 +++++++++
packages/theo/README.md | 34 +++++++++
packages/tiberius/README.md | 34 +++++++++
packages/titan/README.md | 34 +++++++++
packages/trayvon/README.md | 34 +++++++++
packages/tutorial/README.md | 34 +++++++++
packages/ursula/README.md | 34 +++++++++
packages/utils/README.md | 34 +++++++++
packages/wahid/README.md | 34 +++++++++
packages/walburga/README.md | 34 +++++++++
packages/waralee/README.md | 34 +++++++++
packages/yuri/README.md | 34 +++++++++
scripts/reconfigure.js | 5 +-
yarn.lock | 78 +++++++++++++++++++-
88 files changed, 2920 insertions(+), 7 deletions(-)
diff --git a/config/badges.yaml b/config/badges.yaml
index e7b7cdf5e67..cbd47836bb5 100644
--- a/config/badges.yaml
+++ b/config/badges.yaml
@@ -36,3 +36,8 @@ _social:
link: 'https://instagram.com/freesewing_org'
img: 'https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-E4405F.svg?logo=instagram&logoColor=white&logoWidth=15'
alt: 'Follow @freesewing_org on Twitter'
+ contribtors:
+ link: '#contributors-'
+ img: 'https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square'
+ alt: 'All Contributors'
+
diff --git a/config/templates/readme.dflt.md b/config/templates/readme.dflt.md
index 31fe1dcaf8d..47e05a6facd 100644
--- a/config/templates/readme.dflt.md
+++ b/config/templates/readme.dflt.md
@@ -71,3 +71,7 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+{{{contributors}}}
+
diff --git a/package.json b/package.json
index d46ba722cca..c81e2ed6936 100644
--- a/package.json
+++ b/package.json
@@ -18,13 +18,17 @@
"clean": "rimraf dist",
"test": "lerna run test",
"prettier": "npx prettier --write 'packages/**/src/*.js' 'packages/**/config/*.js' 'packages/**/example/src/*' 'packages/i18n/src/locales/**/*.*' 'packages/**/tests/*.js'",
- "reconfigure": "node scripts/reconfigure.js",
+ "reconfigure": "all-contributors generate && node scripts/reconfigure.js",
"prerelease": "lerna version --no-git-tag-version --no-push && yarn reconfigure && lerna run lernabuild",
"buildall": "lerna run lernabuild",
"testall": "lerna run testci",
"release": "lerna exec -- npm publish",
"postrelease": "git add . && git commit -m ':bookmark: v$npm_package_version' && git tag -a v$npm_package_version -m ':bookmark: FreeSewing v$npm_package_version'",
- "bump": "git add . && git commit -m 'chore: Reconfigure packages'"
+ "bump": "git add . && git commit -m 'chore: Reconfigure packages'",
+ "contributors:add": "all-contributors add",
+ "contributors:generate": "all-contributors generate",
+ "famadd": "all-contributors add",
+ "famgen": "all-contributors generate"
},
"repository": {
"type": "git",
@@ -58,6 +62,7 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@svgr/rollup": "^5.4.0",
+ "all-contributors-cli": "^6.20.0",
"ava": "^3.11.0",
"axios": "0.21.2",
"babel-loader": "^8.1.0",
@@ -103,7 +108,9 @@
"uglifycss": "^0.0.29"
},
"workspaces": {
- "packages": [ "packages/*" ]
+ "packages": [
+ "packages/*"
+ ]
},
"version": "0.0.0",
"dependencies": {
diff --git a/packages/aaron/README.md b/packages/aaron/README.md
index 56465775636..b9867b26b05 100644
--- a/packages/aaron/README.md
+++ b/packages/aaron/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/aaron
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/albert/README.md b/packages/albert/README.md
index 94e94c0498d..c8a6d24eb03 100644
--- a/packages/albert/README.md
+++ b/packages/albert/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/albert
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/bee/README.md b/packages/bee/README.md
index 1efbfeefe45..efeb9a10862 100644
--- a/packages/bee/README.md
+++ b/packages/bee/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/bee
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/bella/README.md b/packages/bella/README.md
index ade2ce829b5..c1444894efd 100644
--- a/packages/bella/README.md
+++ b/packages/bella/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/bella
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/benjamin/README.md b/packages/benjamin/README.md
index 2a8ba43262f..cbbda0c95bf 100644
--- a/packages/benjamin/README.md
+++ b/packages/benjamin/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/benjamin
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/bent/README.md b/packages/bent/README.md
index 1a988d9cfc6..bb28b0c2308 100644
--- a/packages/bent/README.md
+++ b/packages/bent/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/bent
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/breanna/README.md b/packages/breanna/README.md
index 91bc2fb9ea3..59dbc6b03b8 100644
--- a/packages/breanna/README.md
+++ b/packages/breanna/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/breanna
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/brian/README.md b/packages/brian/README.md
index 199f80a6718..55ac22ea38e 100644
--- a/packages/brian/README.md
+++ b/packages/brian/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/brian
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/bruce/README.md b/packages/bruce/README.md
index 0f04b0ecea6..d3487ad2cac 100644
--- a/packages/bruce/README.md
+++ b/packages/bruce/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/bruce
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/carlita/README.md b/packages/carlita/README.md
index fa5c3645b05..9dc13185a78 100644
--- a/packages/carlita/README.md
+++ b/packages/carlita/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/carlita
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/carlton/README.md b/packages/carlton/README.md
index d404a01b8f7..8ba40e263e5 100644
--- a/packages/carlton/README.md
+++ b/packages/carlton/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/carlton
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/cathrin/README.md b/packages/cathrin/README.md
index e03f98d9a7a..bfcc9ff8126 100644
--- a/packages/cathrin/README.md
+++ b/packages/cathrin/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/cathrin
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/charlie/README.md b/packages/charlie/README.md
index 6f678ba8333..da3771f2d62 100644
--- a/packages/charlie/README.md
+++ b/packages/charlie/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/charlie
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/components/README.md b/packages/components/README.md
index d03fdfddceb..7d019a82d3c 100644
--- a/packages/components/README.md
+++ b/packages/components/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/components
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/core/README.md b/packages/core/README.md
index b78688368a0..bcd23b1ed2a 100644
--- a/packages/core/README.md
+++ b/packages/core/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/core
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/cornelius/README.md b/packages/cornelius/README.md
index 0307d91d007..5227db10fd7 100644
--- a/packages/cornelius/README.md
+++ b/packages/cornelius/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/cornelius
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/create-freesewing-pattern/README.md b/packages/create-freesewing-pattern/README.md
index df262742966..8f0a8cd3640 100644
--- a/packages/create-freesewing-pattern/README.md
+++ b/packages/create-freesewing-pattern/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# create-freesewing-pattern
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/css-theme/README.md b/packages/css-theme/README.md
index de9dd8a9678..0a49b1a540a 100644
--- a/packages/css-theme/README.md
+++ b/packages/css-theme/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/css-theme
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/diana/README.md b/packages/diana/README.md
index fe67709b388..4993710d7a6 100644
--- a/packages/diana/README.md
+++ b/packages/diana/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/diana
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/examples/README.md b/packages/examples/README.md
index f365c9d96ad..902081d67fe 100644
--- a/packages/examples/README.md
+++ b/packages/examples/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/examples
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/florence/README.md b/packages/florence/README.md
index 238edb990e6..62bd144bd56 100644
--- a/packages/florence/README.md
+++ b/packages/florence/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/florence
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/florent/README.md b/packages/florent/README.md
index 3739a57a2e4..57ba39b0f69 100644
--- a/packages/florent/README.md
+++ b/packages/florent/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/florent
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/gatsby-remark-jargon/README.md b/packages/gatsby-remark-jargon/README.md
index f51c64efa9b..18fc9ceeb76 100644
--- a/packages/gatsby-remark-jargon/README.md
+++ b/packages/gatsby-remark-jargon/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# gatsby-remark-jargon
@@ -246,3 +251,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/holmes/README.md b/packages/holmes/README.md
index e4090a28814..301abbe843d 100644
--- a/packages/holmes/README.md
+++ b/packages/holmes/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/holmes
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/hortensia/README.md b/packages/hortensia/README.md
index e624abf429d..74304ddfc9d 100644
--- a/packages/hortensia/README.md
+++ b/packages/hortensia/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/hortensia
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/huey/README.md b/packages/huey/README.md
index 2570b3724ee..e4766ff8def 100644
--- a/packages/huey/README.md
+++ b/packages/huey/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/huey
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/hugo/README.md b/packages/hugo/README.md
index 3039e400ec2..eb194aa7263 100644
--- a/packages/hugo/README.md
+++ b/packages/hugo/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/hugo
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/i18n/README.md b/packages/i18n/README.md
index 4b807be3f5d..43ed3775f58 100644
--- a/packages/i18n/README.md
+++ b/packages/i18n/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/i18n
@@ -168,3 +173,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/jaeger/README.md b/packages/jaeger/README.md
index 2ece01851c5..907fae7f9be 100644
--- a/packages/jaeger/README.md
+++ b/packages/jaeger/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/jaeger
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/legend/README.md b/packages/legend/README.md
index f7c8c9d1be9..124e0fdb2a9 100644
--- a/packages/legend/README.md
+++ b/packages/legend/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/legend
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/lunetius/README.md b/packages/lunetius/README.md
index 342488cd81d..c312ab297e6 100644
--- a/packages/lunetius/README.md
+++ b/packages/lunetius/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/lunetius
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/models/README.md b/packages/models/README.md
index 9e5612a9130..d32101f7dcb 100644
--- a/packages/models/README.md
+++ b/packages/models/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/models
@@ -159,3 +164,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/mui-theme/README.md b/packages/mui-theme/README.md
index 2003d083a6d..ef9517587f6 100644
--- a/packages/mui-theme/README.md
+++ b/packages/mui-theme/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/mui-theme
@@ -149,3 +154,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/paco/README.md b/packages/paco/README.md
index 8d7f02d7133..bf8bb84d1d6 100644
--- a/packages/paco/README.md
+++ b/packages/paco/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/paco
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/pattern-info/README.md b/packages/pattern-info/README.md
index d84c9328998..e0e311bc6d7 100644
--- a/packages/pattern-info/README.md
+++ b/packages/pattern-info/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/pattern-info
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/penelope/README.md b/packages/penelope/README.md
index 34ecaa7aa85..1f9ea898139 100644
--- a/packages/penelope/README.md
+++ b/packages/penelope/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/penelope
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/plugin-banner/README.md b/packages/plugin-banner/README.md
index 79061cbbe90..bf22ef7c916 100644
--- a/packages/plugin-banner/README.md
+++ b/packages/plugin-banner/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/plugin-banner
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/plugin-bartack/README.md b/packages/plugin-bartack/README.md
index 8199831d9b6..c07f9c74e27 100644
--- a/packages/plugin-bartack/README.md
+++ b/packages/plugin-bartack/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/plugin-bartack
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/plugin-bundle/README.md b/packages/plugin-bundle/README.md
index 003fed8e2ad..14c11d023fd 100644
--- a/packages/plugin-bundle/README.md
+++ b/packages/plugin-bundle/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/plugin-bundle
@@ -145,3 +150,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/plugin-bust/README.md b/packages/plugin-bust/README.md
index 5083bd7a020..8cf9630a2e9 100644
--- a/packages/plugin-bust/README.md
+++ b/packages/plugin-bust/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/plugin-bust
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/plugin-buttons/README.md b/packages/plugin-buttons/README.md
index faccac2492a..18665c44185 100644
--- a/packages/plugin-buttons/README.md
+++ b/packages/plugin-buttons/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/plugin-buttons
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/plugin-cutonfold/README.md b/packages/plugin-cutonfold/README.md
index 799f25876b7..661bee580cd 100644
--- a/packages/plugin-cutonfold/README.md
+++ b/packages/plugin-cutonfold/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/plugin-cutonfold
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/plugin-dimension/README.md b/packages/plugin-dimension/README.md
index bd4d9d6222e..6f852ad0101 100644
--- a/packages/plugin-dimension/README.md
+++ b/packages/plugin-dimension/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/plugin-dimension
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/plugin-export-dxf/README.md b/packages/plugin-export-dxf/README.md
index b93b677c0c7..cb0c8f243c9 100644
--- a/packages/plugin-export-dxf/README.md
+++ b/packages/plugin-export-dxf/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/plugin-export-dxf
@@ -198,3 +203,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/plugin-flip/README.md b/packages/plugin-flip/README.md
index 918a63dbfc7..bea5eeb4734 100644
--- a/packages/plugin-flip/README.md
+++ b/packages/plugin-flip/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/plugin-flip
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/plugin-gore/README.md b/packages/plugin-gore/README.md
index 5b69c99b133..c71e312a499 100644
--- a/packages/plugin-gore/README.md
+++ b/packages/plugin-gore/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/plugin-gore
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/plugin-grainline/README.md b/packages/plugin-grainline/README.md
index a2f913f9b4f..c7f43786d83 100644
--- a/packages/plugin-grainline/README.md
+++ b/packages/plugin-grainline/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/plugin-grainline
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/plugin-i18n/README.md b/packages/plugin-i18n/README.md
index dd8f7bc3c03..83014a632a4 100644
--- a/packages/plugin-i18n/README.md
+++ b/packages/plugin-i18n/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/plugin-i18n
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/plugin-logo/README.md b/packages/plugin-logo/README.md
index 4bc6b6eab98..30211d48cf9 100644
--- a/packages/plugin-logo/README.md
+++ b/packages/plugin-logo/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/plugin-logo
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/plugin-measurements/README.md b/packages/plugin-measurements/README.md
index 72a09c858dd..d0194e4bb7f 100644
--- a/packages/plugin-measurements/README.md
+++ b/packages/plugin-measurements/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/plugin-measurements
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/plugin-mirror/README.md b/packages/plugin-mirror/README.md
index 79510a27500..3631141d93a 100644
--- a/packages/plugin-mirror/README.md
+++ b/packages/plugin-mirror/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/plugin-mirror
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/plugin-notches/README.md b/packages/plugin-notches/README.md
index 698c1cb538a..38eed3afc70 100644
--- a/packages/plugin-notches/README.md
+++ b/packages/plugin-notches/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/plugin-notches
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/plugin-round/README.md b/packages/plugin-round/README.md
index babd8e53c54..924b26346e3 100644
--- a/packages/plugin-round/README.md
+++ b/packages/plugin-round/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/plugin-round
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/plugin-scalebox/README.md b/packages/plugin-scalebox/README.md
index 253bbfc33c5..a3f1b09f623 100644
--- a/packages/plugin-scalebox/README.md
+++ b/packages/plugin-scalebox/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/plugin-scalebox
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/plugin-sprinkle/README.md b/packages/plugin-sprinkle/README.md
index ff94de90068..8af2b76f975 100644
--- a/packages/plugin-sprinkle/README.md
+++ b/packages/plugin-sprinkle/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/plugin-sprinkle
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/plugin-svgattr/README.md b/packages/plugin-svgattr/README.md
index 0d7002d832a..6cb3f3e2a21 100644
--- a/packages/plugin-svgattr/README.md
+++ b/packages/plugin-svgattr/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/plugin-svgattr
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/plugin-theme/README.md b/packages/plugin-theme/README.md
index 0a6337da918..26e206042a9 100644
--- a/packages/plugin-theme/README.md
+++ b/packages/plugin-theme/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/plugin-theme
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/plugin-title/README.md b/packages/plugin-title/README.md
index 86463c5f260..19608bbe190 100644
--- a/packages/plugin-title/README.md
+++ b/packages/plugin-title/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/plugin-title
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/plugin-validate/README.md b/packages/plugin-validate/README.md
index b5fca06dd17..c57c8861cef 100644
--- a/packages/plugin-validate/README.md
+++ b/packages/plugin-validate/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/plugin-validate
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/plugin-versionfree-svg/README.md b/packages/plugin-versionfree-svg/README.md
index 469796f1245..edebe6be705 100644
--- a/packages/plugin-versionfree-svg/README.md
+++ b/packages/plugin-versionfree-svg/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/plugin-versionfree-svg
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/prettier-config/README.md b/packages/prettier-config/README.md
index 3f4cdd7b514..e3937198010 100644
--- a/packages/prettier-config/README.md
+++ b/packages/prettier-config/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/prettier-config
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/remark-jargon/README.md b/packages/remark-jargon/README.md
index a00324c3773..966c27d6bb3 100644
--- a/packages/remark-jargon/README.md
+++ b/packages/remark-jargon/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# remark-jargon
@@ -242,3 +247,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/rendertest/README.md b/packages/rendertest/README.md
index 7b49ef44a7b..4abb57c62eb 100644
--- a/packages/rendertest/README.md
+++ b/packages/rendertest/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/rendertest
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/sandy/README.md b/packages/sandy/README.md
index 5f469256eec..a13fbe36127 100644
--- a/packages/sandy/README.md
+++ b/packages/sandy/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/sandy
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/shin/README.md b/packages/shin/README.md
index fadcd407aae..f678b184591 100644
--- a/packages/shin/README.md
+++ b/packages/shin/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/shin
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/simon/README.md b/packages/simon/README.md
index e35b572ef62..da12c19ec7d 100644
--- a/packages/simon/README.md
+++ b/packages/simon/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/simon
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/simone/README.md b/packages/simone/README.md
index cf450f08e45..b02e6144682 100644
--- a/packages/simone/README.md
+++ b/packages/simone/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/simone
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/snapseries/README.md b/packages/snapseries/README.md
index 02ba26079de..02a1153bca4 100644
--- a/packages/snapseries/README.md
+++ b/packages/snapseries/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/snapseries
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/strapi/README.md b/packages/strapi/README.md
index ffcead5436e..d3acef4f3d9 100644
--- a/packages/strapi/README.md
+++ b/packages/strapi/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/strapi
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/sven/README.md b/packages/sven/README.md
index 5b1e70e74c2..599e546efe8 100644
--- a/packages/sven/README.md
+++ b/packages/sven/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/sven
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/tamiko/README.md b/packages/tamiko/README.md
index 33e7b4a517e..cb110d61ce5 100644
--- a/packages/tamiko/README.md
+++ b/packages/tamiko/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/tamiko
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/teagan/README.md b/packages/teagan/README.md
index de572ca9974..7ca3445a6a7 100644
--- a/packages/teagan/README.md
+++ b/packages/teagan/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/teagan
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/theo/README.md b/packages/theo/README.md
index ebbd6416404..a2e8640d418 100644
--- a/packages/theo/README.md
+++ b/packages/theo/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/theo
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/tiberius/README.md b/packages/tiberius/README.md
index 071c463e4ef..1788ee6958f 100644
--- a/packages/tiberius/README.md
+++ b/packages/tiberius/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/tiberius
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/titan/README.md b/packages/titan/README.md
index 3e9583255a9..ce43655940e 100644
--- a/packages/titan/README.md
+++ b/packages/titan/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/titan
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/trayvon/README.md b/packages/trayvon/README.md
index 46e027af562..cf86173fffd 100644
--- a/packages/trayvon/README.md
+++ b/packages/trayvon/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/trayvon
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/tutorial/README.md b/packages/tutorial/README.md
index 33e54313aa1..0de8e3cb0ee 100644
--- a/packages/tutorial/README.md
+++ b/packages/tutorial/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/tutorial
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/ursula/README.md b/packages/ursula/README.md
index 38ad3c2947d..69599237fcf 100644
--- a/packages/ursula/README.md
+++ b/packages/ursula/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/ursula
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/utils/README.md b/packages/utils/README.md
index 136b775a482..783b5d84517 100644
--- a/packages/utils/README.md
+++ b/packages/utils/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/utils
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/wahid/README.md b/packages/wahid/README.md
index fc2e90fa86b..00c51dfd918 100644
--- a/packages/wahid/README.md
+++ b/packages/wahid/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/wahid
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/walburga/README.md b/packages/walburga/README.md
index d68a6c67db5..326290fddc6 100644
--- a/packages/walburga/README.md
+++ b/packages/walburga/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/walburga
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/waralee/README.md b/packages/waralee/README.md
index fb759e55b84..8e80e52624b 100644
--- a/packages/waralee/README.md
+++ b/packages/waralee/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/waralee
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/packages/yuri/README.md b/packages/yuri/README.md
index 51ed1e5e3f1..78510ee7b3d 100644
--- a/packages/yuri/README.md
+++ b/packages/yuri/README.md
@@ -44,6 +44,11 @@
title="Follow @freesewing_org on Twitter"
>
+
# @freesewing/yuri
@@ -116,3 +121,32 @@ Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to a
share your feedback, or just hang out.
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
+
+
+
+## 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!
+
diff --git a/scripts/reconfigure.js b/scripts/reconfigure.js
index 9c404357839..378c9e8eb12 100644
--- a/scripts/reconfigure.js
+++ b/scripts/reconfigure.js
@@ -34,6 +34,8 @@ const packages = glob.sync('*', {
cwd: path.join(config.repoPath, 'packages')
})
+const contributors = fs.readFileSync(path.join(repoPath, 'CONTRIBUTORS.md'), 'utf-8')
+
validate(packages, config)
reconfigure(packages, config)
@@ -273,7 +275,8 @@ function readme(pkg, config) {
fullname: fullName(pkg, config),
description: config.descriptions[pkg],
badges: badges(pkg, config),
- info: readInfoFile(pkg)
+ info: readInfoFile(pkg),
+ contributors
})
return markup
diff --git a/yarn.lock b/yarn.lock
index 936516f1ad3..f83810de8c6 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1346,6 +1346,13 @@
dependencies:
regenerator-runtime "^0.13.4"
+"@babel/runtime@^7.14.6", "@babel/runtime@^7.7.6":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.3.tgz#b86f0db02a04187a3c17caa77de69840165d42d5"
+ integrity sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==
+ dependencies:
+ regenerator-runtime "^0.13.4"
+
"@babel/template@^7.10.4", "@babel/template@^7.14.5", "@babel/template@^7.16.0", "@babel/template@^7.3.3":
version "7.16.0"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.0.tgz#d16a35ebf4cd74e202083356fab21dd89363ddd6"
@@ -4399,6 +4406,22 @@ ajv@^8.0.0, ajv@^8.0.1, ajv@^8.6.3:
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"
+
alphanum-sort@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"
@@ -4775,6 +4798,11 @@ async@^2.1.2, async@^2.6.2:
dependencies:
lodash "^4.17.14"
+async@^3.0.1:
+ version "3.2.2"
+ resolved "https://registry.yarnpkg.com/async/-/async-3.2.2.tgz#2eb7671034bb2194d45d30e31e24ec7e7f9670cd"
+ integrity sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==
+
asynckit@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
@@ -7535,6 +7563,11 @@ dezalgo@^1.0.0:
asap "^2.0.0"
wrappy "1"
+didyoumean@^1.2.1:
+ version "1.2.2"
+ resolved "https://registry.yarnpkg.com/didyoumean/-/didyoumean-1.2.2.tgz#989346ffe9e839b4555ecf5666edea0d3e8ad037"
+ integrity sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==
+
diff-sequences@^26.6.2:
version "26.6.2"
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.6.2.tgz#48ba99157de1923412eed41db6b6d4aa9ca7c0b1"
@@ -10425,7 +10458,7 @@ inquirer@^6.2.1, inquirer@^6.3.1:
strip-ansi "^5.1.0"
through "^2.3.6"
-inquirer@^7.3.3:
+inquirer@^7.0.4, inquirer@^7.3.3:
version "7.3.3"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz#04d176b2af04afc157a83fd7c100e98ee0aad003"
integrity sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==
@@ -11729,6 +11762,15 @@ json-buffer@3.0.0:
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898"
integrity sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=
+json-fixer@^1.5.1:
+ version "1.6.12"
+ resolved "https://registry.yarnpkg.com/json-fixer/-/json-fixer-1.6.12.tgz#352026c905c6366e214c9f10f77d6d7f93c48322"
+ integrity sha512-BGO9HExf0ZUVYvuWsps71Re513Ss0il1Wp7wYWkir2NthzincvNJEUu82KagEfAkGdjOMsypj3t2JB7drBKWnA==
+ dependencies:
+ "@babel/runtime" "^7.14.6"
+ chalk "^4.1.1"
+ 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"
@@ -12579,7 +12621,7 @@ lodash.uniq@^4.5.0:
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
-lodash@4.17.21, "lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.1.1, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.7.0, lodash@~4.17.10:
+lodash@4.17.21, "lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.1.1, lodash@^4.11.2, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.7.0, lodash@~4.17.10:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -13724,6 +13766,13 @@ node-fetch@2.6.1, node-fetch@^2.6.1:
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
+node-fetch@^2.6.0:
+ version "2.6.6"
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.6.tgz#1751a7c01834e8e1697758732e9efb6eeadfaf89"
+ integrity sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==
+ dependencies:
+ whatwg-url "^5.0.0"
+
node-forge@^0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3"
@@ -14896,6 +14945,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"
@@ -19839,6 +19893,11 @@ tr46@^2.0.2:
dependencies:
punycode "^2.1.1"
+tr46@~0.0.3:
+ version "0.0.3"
+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
+ integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
+
trim-newlines@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
@@ -20636,6 +20695,11 @@ wcwidth@^1.0.0, wcwidth@^1.0.1:
dependencies:
defaults "^1.0.3"
+webidl-conversions@^3.0.0:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
+ integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
+
webidl-conversions@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -20923,6 +20987,14 @@ whatwg-mimetype@^2.3.0:
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
+whatwg-url@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
+ integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
+ dependencies:
+ tr46 "~0.0.3"
+ webidl-conversions "^3.0.0"
+
whatwg-url@^8.0.0, whatwg-url@^8.4.0, whatwg-url@^8.5.0:
version "8.5.0"
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.5.0.tgz#7752b8464fc0903fec89aa9846fc9efe07351fd3"
@@ -21371,7 +21443,7 @@ yargs@^13.3.2:
y18n "^4.0.0"
yargs-parser "^13.1.2"
-yargs@^15.0.2, yargs@^15.4.1:
+yargs@^15.0.1, yargs@^15.0.2, 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==