Skip to content

Commit 54c5e4d

Browse files
add relevant exercism doc links
1 parent 466957d commit 54c5e4d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cd rescript
2525
vscode .
2626
```
2727

28-
Run the following commands from inside to install the required tools:
28+
Run the following commands from inside the project root directory to install the required tools:
2929

3030
```shell
3131
npm install
@@ -57,6 +57,8 @@ If you are using VS Code, install the official [ReScript VS Code extension](http
5757

5858
## Adding Exercises
5959

60+
Documentation on contributing to Exercism can be found [here][exercism-contributing-docs-link].
61+
6062
New practice exercises can be added via:
6163

6264
```shell
@@ -140,6 +142,14 @@ Run the [`fmt` command][configlet-fmt-link] to verify if exercises and configura
140142

141143
If you are auto formatting files, only commit the files relevant to your pull request.
142144

145+
## Pull Requests
146+
147+
Familiarise yourself with the Exercism [documentation][exercism-pr-docs-link] on pull requests.
148+
149+
Make sure your work is commited on a new branch. When you are ready to submit your changes, push your changes to your forked repository and open a pull request on the language track [repository].
150+
151+
More details on how to create pull requests from a fork can be found [here][github-fork-pr-link].
152+
143153
## Feedback
144154

145155
If you find this documentation is inaccurate or incomplete, or can be improved in any way, please don't hesitate to raise an [issue][issue-link] or submit a pull request.
@@ -150,3 +160,6 @@ If you find this documentation is inaccurate or incomplete, or can be improved i
150160
[issue-link]: https://github.com/exercism/rescript/issues
151161
[configlet-lint-link]: https://exercism.org/docs/building/configlet/lint
152162
[configlet-fmt-link]: https://exercism.org/docs/building/configlet/fmt
163+
[github-fork-pr-link]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork
164+
[exercism-pr-docs-link]: https://exercism.org/docs/building/github/contributors-pull-request-guide
165+
[exercism-contributing-docs-link]: https://exercism.org/docs/building

0 commit comments

Comments
 (0)