From 3b5a4fe7363be676ad42c93147db97235f1e44eb Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Thu, 2 Oct 2025 16:25:18 +0200 Subject: [PATCH 1/2] Update CONTRIBUTING.md @Cool-Katt something like this for now? --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4aa8847d1e..4bf670fafd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,6 +4,13 @@ This is the JavaScript track, one of the many tracks on [exercism][web-exercism] You can find this in the [`config.json`][file-config]. It's not uncommon that people discover incorrect implementations of certain tests, have a suggestion for a track-specific hint to aid the student on the _JavaScript specifics_, see optimisations in terms of the configurations of `jest`, `eslint` or other dependencies, report missing edge cases, factual errors, logical errors, and, implement exercises or develop new exercises. +> [!CAUTION] +> +> Please see https://github.com/exercism/javascript/issues/2144. +> +> All contributions *MUST* preceed by opening a topic on the forum. +> This is for both new content and fixes/changes to old content. + We welcome contributions of all sorts and sizes, from reporting issues to submitting patches, as well as joining the current [discussions 💬][issue-discussion]. > [!WARNING] @@ -112,6 +119,9 @@ Don't worry! You're not alone in this. There are always improvements possible on existing exercises. +> [!IMPORTANT] +> If you are opening a PR, please ensure you are *on a branch in your fork*, or our automated tooling will not work as expected. + #### Improving the README.md For _practice_ exercises, `README.md` is generated from a canonical source. From 60a958a3ef85a159bd69405a0833d3b6d13b9bf9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 Oct 2025 14:34:26 +0000 Subject: [PATCH 2/2] [CI] Format code --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4bf670fafd..89fa61f770 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,10 +5,10 @@ You can find this in the [`config.json`][file-config]. It's not uncommon that people discover incorrect implementations of certain tests, have a suggestion for a track-specific hint to aid the student on the _JavaScript specifics_, see optimisations in terms of the configurations of `jest`, `eslint` or other dependencies, report missing edge cases, factual errors, logical errors, and, implement exercises or develop new exercises. > [!CAUTION] -> +> > Please see https://github.com/exercism/javascript/issues/2144. > -> All contributions *MUST* preceed by opening a topic on the forum. +> All contributions _MUST_ preceed by opening a topic on the forum. > This is for both new content and fixes/changes to old content. We welcome contributions of all sorts and sizes, from reporting issues to submitting patches, as well as joining the current [discussions 💬][issue-discussion]. @@ -120,7 +120,7 @@ Don't worry! You're not alone in this. There are always improvements possible on existing exercises. > [!IMPORTANT] -> If you are opening a PR, please ensure you are *on a branch in your fork*, or our automated tooling will not work as expected. +> If you are opening a PR, please ensure you are _on a branch in your fork_, or our automated tooling will not work as expected. #### Improving the README.md