From 39169ed45d56e6ddeeed9b05859e0398a32c2952 Mon Sep 17 00:00:00 2001 From: MaoShizhong <122839503+MaoShizhong@users.noreply.github.com> Date: Wed, 29 Jan 2025 15:07:27 +0000 Subject: [PATCH] Use lazy numbering for ordered list --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 648f5c1..829ee7e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,7 +24,7 @@ If a maintainer has approved a new exercise to be added, the new exercise(s) mus 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. -2. Run the command `npm run generate`. -3. When prompted, enter the name of the new exercise in "camelCase" syntax. +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.