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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,13 +29,15 @@ Make sure to [install Node.js](https://nodejs.org/en/download/package-manager) (
29
29
1. Run `npm install` to install the necessary dependencies.
30
30
2. Run `npm run dev` to start the development server.
31
31
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.
33
34
34
-
### Step 4. Submit Your Changes
35
+
### Step 4. Test Your Changes Locally
35
36
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.
37
39
38
-
Once you’ve made and tested your changes locally, you can submit them for review.
40
+
### Step 5. Submit Your Changes
39
41
40
42
1. Commit your changes with a descriptive message.
41
43
2. Push the changes to your forked repository on GitHub.
0 commit comments