From 4704bc997cab41cac1526b0f8fe9046d770bd968 Mon Sep 17 00:00:00 2001 From: BekahHW Date: Fri, 1 Sep 2023 13:25:59 -0400 Subject: [PATCH 01/20] Add twitter space links --- docs/community/100-days-of-oss.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/community/100-days-of-oss.md b/docs/community/100-days-of-oss.md index 687ada34..747402b0 100644 --- a/docs/community/100-days-of-oss.md +++ b/docs/community/100-days-of-oss.md @@ -84,9 +84,8 @@ Use the link to sign up for a session. ### Weekly Twitter Spaces Join us every Tuesday at 10:30a ET for our weekly Twitter Spaces sessions where we discuss open source topics, share insights, and connect with like-minded individuals. Follow us on [Twitter](https://twitter.com/saucedopen) to stay updated on upcoming sessions. -- [July 24 | 11:00a ET](https://twitter.com/i/spaces/1YpKkggOPBdKj) -- [August 1 | 10:30a](https://twitter.com/i/spaces/1vAxRAAnPErJl) -- [August 8 | 10:30a](https://twitter.com/i/spaces/1gqxvyyvPPnJB) +- [September 5 | 10:30a ET](https://twitter.com/i/spaces/1nAJErEOgDyxL?s=20) +- [September 12 | 10:30a](https://twitter.com/i/spaces/1lPKqBvEMwYGb?s=20) More links to come! From 1216073426e395c8d77a5469f79cc5f4c8974b1a Mon Sep 17 00:00:00 2001 From: BekahHW Date: Fri, 1 Sep 2023 13:27:06 -0400 Subject: [PATCH 02/20] Add 100days to welcome --- docs/community/welcome-to-the-community.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/community/welcome-to-the-community.md b/docs/community/welcome-to-the-community.md index 480c31e1..80c00df6 100644 --- a/docs/community/welcome-to-the-community.md +++ b/docs/community/welcome-to-the-community.md @@ -41,3 +41,4 @@ Getting started with open source can be quite daunting for beginners, so we've p - 📝 Check out our [Dev blog](https://dev.to/opensauced) where we provide resources for open-source contributors. - 📖 Take our [Intro to Open Source Course](https://intro.opensauced.pizza/#/) to help you get started with open-source. +- 📅 Join our [#100DaysOfOSS Challenge](https://docs.opensauced.pizza/community/100-days-of-oss/) to help you grow your skills and gain real-world experience in open source. \ No newline at end of file From fa5257f875823f981bf034c9d6275a5dc2b54881 Mon Sep 17 00:00:00 2001 From: BekahHW Date: Fri, 1 Sep 2023 14:03:29 -0400 Subject: [PATCH 03/20] Add highlgiht example --- docs/community/highlights.md | 8 ++++++-- static/img/diivi-highlight.svg | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 static/img/diivi-highlight.svg diff --git a/docs/community/highlights.md b/docs/community/highlights.md index 6c93e400..da09e26c 100644 --- a/docs/community/highlights.md +++ b/docs/community/highlights.md @@ -6,6 +6,10 @@ keywords: - highlights --- -The Highlights feature is what we like to call the "glitzy pepperoni" of your OpenSauced profile. It's the place where you can display your favorite open source contributions whether it's an article you wrote for [Codecademy's Docs website](https://www.codecademy.com/pages/contribute-docs), revising one of the lessons on [freeCodeCamp's curricula](https://contribute.freecodecamp.org/#/index?id=learning-platform), or creating a tutorial for people who use [Audacity](https://support.audacityteam.org/community/contributing/tutorials). +The Highlights feature is what we like to call the "glitzy pepperoni" of your OpenSauced profile. It's the place where you can display your favorite open source contributions. There are currently three types of highlights you can add to your profile: a Dev.to blog post, a pull request, or an issue. -Eager to get started? Check out[the Effectively Highlights section in our free "Intro to Open Source" course](https://github.com/open-sauced/intro/blob/main/06-the-secret-sauce.md#effectively-highlight-your-contributions) to learn more. +![Example highlight](../../static/img/diivi-highlight.svg) + +For more examples of highlights, got to the [OpenSauced Insights feed](https://insights.opensauced.pizza/feed). + +Eager to get started? Check out [the Effectively Highlight section in our free "Intro to Open Source" course](https://github.com/open-sauced/intro/blob/main/06-the-secret-sauce.md#effectively-highlight-your-contributions) to learn more. diff --git a/static/img/diivi-highlight.svg b/static/img/diivi-highlight.svg new file mode 100644 index 00000000..78cb29a5 --- /dev/null +++ b/static/img/diivi-highlight.svg @@ -0,0 +1 @@ + \ No newline at end of file From b6565c2860ed5259c8acd9ba0e87f080fc2765c0 Mon Sep 17 00:00:00 2001 From: BekahHW Date: Fri, 1 Sep 2023 14:26:14 -0400 Subject: [PATCH 04/20] Update copy --- docs/community/highlights.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/community/highlights.md b/docs/community/highlights.md index da09e26c..55ef82f1 100644 --- a/docs/community/highlights.md +++ b/docs/community/highlights.md @@ -6,7 +6,9 @@ keywords: - highlights --- -The Highlights feature is what we like to call the "glitzy pepperoni" of your OpenSauced profile. It's the place where you can display your favorite open source contributions. There are currently three types of highlights you can add to your profile: a Dev.to blog post, a pull request, or an issue. +The Highlights feature is what we like to call the "glitzy pepperoni" of your OpenSauced profile. It's the place where you can display your favorite open source contributions, share the story, and inspire others to join you in your open source journey. For maintainers, it's a great way to showcase your project, the issues that need support, and attract new contributors. + +There are currently three types of highlights you can add to your profile: a Dev.to blog post, a pull request, or an issue. ![Example highlight](../../static/img/diivi-highlight.svg) From e2dda0e3eb6e38d2ce0ed1a17f61071426e05e22 Mon Sep 17 00:00:00 2001 From: BekahHW Date: Fri, 1 Sep 2023 14:35:24 -0400 Subject: [PATCH 05/20] Update insights copy --- docs/community/insights.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/community/insights.md b/docs/community/insights.md index c955d47b..a1f7f6ec 100644 --- a/docs/community/insights.md +++ b/docs/community/insights.md @@ -5,9 +5,17 @@ sidebar_label: 'Insights' keywords: - insights --- - - The Insights feature is where you pick and view the repositories that you often contribute to. It's a great way to stay updated on their growth. +The Insights feature is your one-stop solution for understanding the pulse of your open-source projects and contributions. This feature is designed to provide a comprehensive view of your project's health and your individual contributions. From contribution trends to community health, OpenSauced Insights helps you make data-driven decisions that align with your goals. It's not just about numbers; it's about actionable intelligence that can redefine your approach to open source. ![insight-pages-demo](../../static/gif/insight-page-demo.gif) -Craving for more? Check out the [Discovering Open-Source with OpenSauced](https://github.com/open-sauced/intro/blob/main/05-how-to-contribute-to-open-source.md#discovering-open-source-with-opensauced) section in our free beginner course on open source. +## How to use Insights +### Contributors +- Track your contributions and the impact you're making; +- Find new projects to contribute to; +- Discover other contributors to collaborate with. + +### Maintainers +- Track the health of your project; +- Identify contributors who are making an impact; +- Find new contributors to support your project. From e060c0a1cb7804e266b0af24befe562f487436b5 Mon Sep 17 00:00:00 2001 From: BekahHW Date: Fri, 1 Sep 2023 16:58:44 -0400 Subject: [PATCH 06/20] Switch to a larger img for highlight --- docs/community/highlights.md | 2 +- static/img/diivi-highlight.svg | 1 - static/img/highlight.svg | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 static/img/diivi-highlight.svg create mode 100644 static/img/highlight.svg diff --git a/docs/community/highlights.md b/docs/community/highlights.md index 55ef82f1..ad3b3504 100644 --- a/docs/community/highlights.md +++ b/docs/community/highlights.md @@ -10,7 +10,7 @@ The Highlights feature is what we like to call the "glitzy pepperoni" of your Op There are currently three types of highlights you can add to your profile: a Dev.to blog post, a pull request, or an issue. -![Example highlight](../../static/img/diivi-highlight.svg) +![Example highlight](../../static/img/highlight.svg) For more examples of highlights, got to the [OpenSauced Insights feed](https://insights.opensauced.pizza/feed). diff --git a/static/img/diivi-highlight.svg b/static/img/diivi-highlight.svg deleted file mode 100644 index 78cb29a5..00000000 --- a/static/img/diivi-highlight.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/highlight.svg b/static/img/highlight.svg new file mode 100644 index 00000000..79a6d112 --- /dev/null +++ b/static/img/highlight.svg @@ -0,0 +1 @@ + \ No newline at end of file From 080f84d00203259dce621795f51bcc0f8b8d047e Mon Sep 17 00:00:00 2001 From: BekahHW Date: Fri, 1 Sep 2023 17:00:35 -0400 Subject: [PATCH 07/20] Change where the link starts and ends --- docs/community/highlights.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/highlights.md b/docs/community/highlights.md index ad3b3504..f5725549 100644 --- a/docs/community/highlights.md +++ b/docs/community/highlights.md @@ -14,4 +14,4 @@ There are currently three types of highlights you can add to your profile: a Dev For more examples of highlights, got to the [OpenSauced Insights feed](https://insights.opensauced.pizza/feed). -Eager to get started? Check out [the Effectively Highlight section in our free "Intro to Open Source" course](https://github.com/open-sauced/intro/blob/main/06-the-secret-sauce.md#effectively-highlight-your-contributions) to learn more. +Eager to get started? Check out the [Effectively Highlight Your Contribution section](https://github.com/open-sauced/intro/blob/main/06-the-secret-sauce.md#effectively-highlight-your-contributions) in our free "Intro to Open Source" course to learn more. From af21eb7a21eb56523a802839b91ea526cec4938c Mon Sep 17 00:00:00 2001 From: BekahHW Date: Fri, 1 Sep 2023 17:41:41 -0400 Subject: [PATCH 08/20] Update npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4372fd32..f4b27aa2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.42.0", "private": true, "engines": { - "node": ">=14", + "node": ">=18", "npm": ">=7" }, "scripts": { From 71ac5520eadf5112e27305ece0aafed8ef9e8efb Mon Sep 17 00:00:00 2001 From: BekahHW <34313413+BekahHW@users.noreply.github.com> Date: Wed, 6 Sep 2023 12:02:19 -0400 Subject: [PATCH 09/20] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f4b27aa2..4372fd32 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.42.0", "private": true, "engines": { - "node": ">=18", + "node": ">=14", "npm": ">=7" }, "scripts": { From 69cb6489f65bcd0d92b65c7aed361f2da6715491 Mon Sep 17 00:00:00 2001 From: BekahHW Date: Wed, 6 Sep 2023 14:07:10 -0400 Subject: [PATCH 10/20] Update engines --- npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8e779e1c..edee756e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -28,8 +28,8 @@ "url-loader": "^4.1.1" }, "engines": { - "node": ">=14", - "npm": ">=7" + "node": ">=18", + "npm": ">=10" } }, "node_modules/@algolia/autocomplete-core": { diff --git a/package.json b/package.json index 4372fd32..e3f744fc 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "1.42.0", "private": true, "engines": { - "node": ">=14", - "npm": ">=7" + "node": ">=18", + "npm": ">=10" }, "scripts": { "preinstall": "npx @open-sauced/check-engines", From c464adfc8a0cd7b3c5a28692168e6814cd62d3c7 Mon Sep 17 00:00:00 2001 From: BekahHW Date: Wed, 6 Sep 2023 14:28:04 -0400 Subject: [PATCH 11/20] Update note version in ci configuration --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc56036c..4379bde8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: - name: "🔧 setup node" uses: actions/setup-node@v2.1.5 with: - node-version: 16 + node-version: 18 - name: "🔧 install npm@latest" run: npm i -g npm@latest From 6a782e256694589fe07528c851975f7d86c3ab2d Mon Sep 17 00:00:00 2001 From: BekahHW Date: Wed, 6 Sep 2023 14:32:05 -0400 Subject: [PATCH 12/20] Update node v in build job --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4379bde8..72c50a77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -144,7 +144,7 @@ jobs: - name: "🔧 setup node" uses: actions/setup-node@v2.1.5 with: - node-version: 16 + node-version: 18 - name: "🔧 install npm@latest" run: npm i -g npm@latest From 2d64cacd1c6283ae5c0bf9de7d50e93ce5b6c199 Mon Sep 17 00:00:00 2001 From: BekahHW <34313413+BekahHW@users.noreply.github.com> Date: Thu, 7 Sep 2023 10:05:03 -0400 Subject: [PATCH 13/20] Update docs/community/highlights.md Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com> --- docs/community/highlights.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/community/highlights.md b/docs/community/highlights.md index f5725549..771edccd 100644 --- a/docs/community/highlights.md +++ b/docs/community/highlights.md @@ -8,7 +8,10 @@ keywords: The Highlights feature is what we like to call the "glitzy pepperoni" of your OpenSauced profile. It's the place where you can display your favorite open source contributions, share the story, and inspire others to join you in your open source journey. For maintainers, it's a great way to showcase your project, the issues that need support, and attract new contributors. -There are currently three types of highlights you can add to your profile: a Dev.to blog post, a pull request, or an issue. +There are currently three types of highlights you can add to your profile: +1. a Dev.to blog post +2. a Pull request +3. a issue ![Example highlight](../../static/img/highlight.svg) From 96ad806ac181efa5902fbc6d6ca06683bdfaefad Mon Sep 17 00:00:00 2001 From: BekahHW <34313413+BekahHW@users.noreply.github.com> Date: Thu, 7 Sep 2023 10:05:22 -0400 Subject: [PATCH 14/20] Update docs/community/highlights.md Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com> --- docs/community/highlights.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/highlights.md b/docs/community/highlights.md index 771edccd..ade9b1ab 100644 --- a/docs/community/highlights.md +++ b/docs/community/highlights.md @@ -15,6 +15,6 @@ There are currently three types of highlights you can add to your profile: ![Example highlight](../../static/img/highlight.svg) -For more examples of highlights, got to the [OpenSauced Insights feed](https://insights.opensauced.pizza/feed). +For more examples of highlights, go to the [OpenSauced Insights feed](https://insights.opensauced.pizza/feed). Eager to get started? Check out the [Effectively Highlight Your Contribution section](https://github.com/open-sauced/intro/blob/main/06-the-secret-sauce.md#effectively-highlight-your-contributions) in our free "Intro to Open Source" course to learn more. From 781e94b77971ad75058948bed130d1d03c33428f Mon Sep 17 00:00:00 2001 From: BekahHW Date: Thu, 7 Sep 2023 10:13:35 -0400 Subject: [PATCH 15/20] Update node v --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 332361d3..2e8d9ab1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16-alpine as development +FROM node:18-alpine as development WORKDIR /app From 759a2356ea2fc315d4b104fa6ea2c8572fcfee69 Mon Sep 17 00:00:00 2001 From: BekahHW <34313413+BekahHW@users.noreply.github.com> Date: Fri, 8 Sep 2023 20:34:17 -0400 Subject: [PATCH 16/20] Update docs/community/insights.md Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com> --- docs/community/insights.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/community/insights.md b/docs/community/insights.md index a1f7f6ec..4ac25279 100644 --- a/docs/community/insights.md +++ b/docs/community/insights.md @@ -11,11 +11,11 @@ The Insights feature is your one-stop solution for understanding the pulse of yo ## How to use Insights ### Contributors -- Track your contributions and the impact you're making; -- Find new projects to contribute to; +- Track your contributions and the impact you're making. +- Find new projects to contribute to. - Discover other contributors to collaborate with. ### Maintainers -- Track the health of your project; -- Identify contributors who are making an impact; +- Track the health of your project. +- Identify contributors who are making an impact. - Find new contributors to support your project. From 42b9ada4fc9e307aaa57c7910378d59f69f355cc Mon Sep 17 00:00:00 2001 From: BekahHW Date: Fri, 8 Sep 2023 22:13:01 -0400 Subject: [PATCH 17/20] Revert "Update node v" This reverts commit 781e94b77971ad75058948bed130d1d03c33428f. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2e8d9ab1..332361d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-alpine as development +FROM node:16-alpine as development WORKDIR /app From 6adc1d59ad9a23303cd6481fe58ec5a43708c04f Mon Sep 17 00:00:00 2001 From: BekahHW Date: Fri, 8 Sep 2023 22:39:37 -0400 Subject: [PATCH 18/20] Revert changes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e3f744fc..f4b27aa2 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "engines": { "node": ">=18", - "npm": ">=10" + "npm": ">=7" }, "scripts": { "preinstall": "npx @open-sauced/check-engines", From d4db1b2721cd0879c3adbe6ffc9efd50cb991ad8 Mon Sep 17 00:00:00 2001 From: BekahHW Date: Fri, 8 Sep 2023 22:49:24 -0400 Subject: [PATCH 19/20] Update package json --- npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index edee756e..8e779e1c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -28,8 +28,8 @@ "url-loader": "^4.1.1" }, "engines": { - "node": ">=18", - "npm": ">=10" + "node": ">=14", + "npm": ">=7" } }, "node_modules/@algolia/autocomplete-core": { diff --git a/package.json b/package.json index f4b27aa2..4372fd32 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.42.0", "private": true, "engines": { - "node": ">=18", + "node": ">=14", "npm": ">=7" }, "scripts": { From 85adae4756af9ce39795f383428b9b70ad469cdc Mon Sep 17 00:00:00 2001 From: BekahHW Date: Fri, 8 Sep 2023 22:57:29 -0400 Subject: [PATCH 20/20] Clarify insights language --- docs/community/insights.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/insights.md b/docs/community/insights.md index 4ac25279..b2566a1e 100644 --- a/docs/community/insights.md +++ b/docs/community/insights.md @@ -5,7 +5,7 @@ sidebar_label: 'Insights' keywords: - insights --- -The Insights feature is your one-stop solution for understanding the pulse of your open-source projects and contributions. This feature is designed to provide a comprehensive view of your project's health and your individual contributions. From contribution trends to community health, OpenSauced Insights helps you make data-driven decisions that align with your goals. It's not just about numbers; it's about actionable intelligence that can redefine your approach to open source. +The Insights feature is your one-stop solution for understanding the pulse of your open-source projects and contributions. This feature is designed to provide a comprehensive view of your project's health and your individual contributions. From contribution trends to community health, OpenSauced Insights helps you make data-driven decisions that align with your goals. It's not just about numbers; it's about providing data to help you make decisions that can define your approach to open source and tell the story of your project or contribution journey. ![insight-pages-demo](../../static/gif/insight-page-demo.gif)