Skip to content

Commit b4be1d8

Browse files
committed
Combine separate instruction sentence with instruction list
1 parent 39169ed commit b4be1d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ To generate a new exercise template, do the following:
2525

2626
1. Be sure to run `npm install` at the root of the `javascript-exercises` directory to install the necessary dependencies.
2727
1. Run the command `npm run generate`.
28-
1. When prompted, enter the name of the new exercise in "camelCase" syntax.
29-
30-
After entering an exercise name, a new directory with the necessary files will be created. You will then need to update the `README.md` and `spec.js` files as well as the files in the `solution` directory of the new exercise.
28+
1. When prompted, enter the name of the new exercise in "camelCase" syntax. This will create a new directory with the necessary files included.
29+
1. Update the `README.md` and `.spec.js` file, as well as the files inside the `solution` directory of the new exercise.
30+
1. Open a pull request with the new exercise.

0 commit comments

Comments
 (0)