Skip to content

Commit 3e9551f

Browse files
authored
Update README.md
1 parent 8359365 commit 3e9551f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@ Make sure to [install Node.js](https://nodejs.org/en/download/package-manager) (
2929
1. Run `npm install` to install the necessary dependencies.
3030
2. Run `npm run dev` to start the development server.
3131
3. Once the build process is complete, open [localhost:8000](http://localhost:8000) in your browser to view the site.
32-
4. Make your changes to the code. Saving your files will automatically trigger a rebuild and update the local site.
32+
4. Make your changes to the code.
33+
5. Saving your files will automatically trigger a rebuild and update the local site.
3334

34-
### Step 4. Submit Your Changes
35+
### Step 4. Test Your Changes Locally
3536

36-
Make sure your changes are working locally and that you made only the changes necessary to solve the issue. This will improve your chances of your PR getting merged.
37+
1. Make sure your changes are working locally and that they fixed the issue.
38+
2. Make sure you only made the changes necessary to solve the issue. This will improve your chances of your PR getting merged.
3739

38-
Once you’ve made and tested your changes locally, you can submit them for review.
40+
### Step 5. Submit Your Changes
3941

4042
1. Commit your changes with a descriptive message.
4143
2. Push the changes to your forked repository on GitHub.

0 commit comments

Comments
 (0)