You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ cd rescript
25
25
vscode .
26
26
```
27
27
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:
29
29
30
30
```shell
31
31
npm install
@@ -57,6 +57,8 @@ If you are using VS Code, install the official [ReScript VS Code extension](http
57
57
58
58
## Adding Exercises
59
59
60
+
Documentation on contributing to Exercism can be found [here][exercism-contributing-docs-link].
61
+
60
62
New practice exercises can be added via:
61
63
62
64
```shell
@@ -140,6 +142,14 @@ Run the [`fmt` command][configlet-fmt-link] to verify if exercises and configura
140
142
141
143
If you are auto formatting files, only commit the files relevant to your pull request.
142
144
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
+
143
153
## Feedback
144
154
145
155
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
0 commit comments