Skip to content

Commit 14231cb

Browse files
Update CONTRIBUTING.md (#2779)
* Update CONTRIBUTING.md @Cool-Katt something like this for now? * [CI] Format code --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b24b460 commit 14231cb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ This is the JavaScript track, one of the many tracks on [exercism][web-exercism]
44
You can find this in the [`config.json`][file-config].
55
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.
66

7+
> [!CAUTION]
8+
>
9+
> Please see https://github.com/exercism/javascript/issues/2144.
10+
>
11+
> All contributions _MUST_ preceed by opening a topic on the forum.
12+
> This is for both new content and fixes/changes to old content.
13+
714
We welcome contributions of all sorts and sizes, from reporting issues to submitting patches, as well as joining the current [discussions 💬][issue-discussion].
815

916
> [!WARNING]
@@ -112,6 +119,9 @@ Don't worry! You're not alone in this.
112119

113120
There are always improvements possible on existing exercises.
114121

122+
> [!IMPORTANT]
123+
> 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.
124+
115125
#### Improving the README.md
116126

117127
For _practice_ exercises, `README.md` is generated from a canonical source.

0 commit comments

Comments
 (0)