From de408928b1262152cbcc4f5519cf37cbf28761f3 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 14 Feb 2025 01:35:47 -0500 Subject: [PATCH 1/2] [chore] Enable markdownlint2 checks, and fix issues --- .cspell.yml | 1 + .github/workflows/check-text.yml | 1 + content/es/docs/contributing/issues.md | 6 +++--- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.cspell.yml b/.cspell.yml index 4b9437b4310f..ccbc97b343cd 100644 --- a/.cspell.yml +++ b/.cspell.yml @@ -59,4 +59,5 @@ words: # Valid words across all locales - Docsy - htmltest # Hugo + - jsonify - warnf diff --git a/.github/workflows/check-text.yml b/.github/workflows/check-text.yml index 77efa610f16f..3289bcb1d62d 100644 --- a/.github/workflows/check-text.yml +++ b/.github/workflows/check-text.yml @@ -46,3 +46,4 @@ jobs: cache-dependency-path: tmp/package-ci.json - run: npm install --ignore-scripts --omit=optional - run: npm run check:markdown + - run: npm run check:markdown2 diff --git a/content/es/docs/contributing/issues.md b/content/es/docs/contributing/issues.md index 713b451e3863..4b80d90dac6e 100644 --- a/content/es/docs/contributing/issues.md +++ b/content/es/docs/contributing/issues.md @@ -6,7 +6,7 @@ description: weight: 10 _issues: https://github.com/open-telemetry/opentelemetry.io/issues _issue: https://github.com/open-telemetry/opentelemetry.io/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A -default_lang_commit: 99f0ae5760038d51f9e9eb376bb428a2caca8167 +default_lang_commit: 99f0ae5760038d51f9e9eb376bb428a2caca8167 # patched --- ## Solucionando una propuesta existente @@ -33,8 +33,8 @@ OpenTelemetry (OTel) es solucionando un problema ya identificado. {.mt-3} - [good first issue]: {{% param _issue %}}%22good+first+issue%22 - [help wanted]: {{% param _issue %}}%3A%22help+wanted%22 + [good first issue]: <{{% param _issue %}}%22good+first+issue%22> + [help wanted]: <{{% param _issue %}}%3A%22help+wanted%22> [org]: https://github.com/open-telemetry {{% /alert %}} From 260e507923b213461eadb9774e8470a83e49e8ce Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 14 Feb 2025 01:38:09 -0500 Subject: [PATCH 2/2] Apply suggestion retroactively See https://github.com/open-telemetry/opentelemetry.io/pull/6088#discussion_r1952837501 --- content/es/docs/contributing/issues.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/es/docs/contributing/issues.md b/content/es/docs/contributing/issues.md index 4b80d90dac6e..ac012d261c50 100644 --- a/content/es/docs/contributing/issues.md +++ b/content/es/docs/contributing/issues.md @@ -28,8 +28,9 @@ OpenTelemetry (OTel) es solucionando un problema ya identificado. - [Help wanted] - > **NOTA**: **_No_ asignamos propuestas** a aquellos que aún no hayan contribuido a la organización [OpenTelemetry - > organization][org], a menos que sean parte de un proceso de tutoria o onboarding. + > **NOTA**: **_No_ asignamos propuestas** a aquellos que aún no hayan + > contribuido a la organización [OpenTelemetry organization][org], a menos + > que sean parte de un proceso de tutoria o onboarding. {.mt-3}