From b4be1d87527a896eba35d9087a3bbb1bebbe2459 Mon Sep 17 00:00:00 2001 From: MaoShizhong <122839503+MaoShizhong@users.noreply.github.com> Date: Tue, 4 Feb 2025 16:05:32 +0000 Subject: [PATCH] Combine separate instruction sentence with instruction list --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 829ee7e..35057c3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,6 +25,6 @@ To generate a new exercise template, do the following: 1. Be sure to run `npm install` at the root of the `javascript-exercises` directory to install the necessary dependencies. 1. Run the command `npm run generate`. -1. When prompted, enter the name of the new exercise in "camelCase" syntax. - -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. +1. When prompted, enter the name of the new exercise in "camelCase" syntax. This will create a new directory with the necessary files included. +1. Update the `README.md` and `.spec.js` file, as well as the files inside the `solution` directory of the new exercise. +1. Open a pull request with the new exercise.