@@ -67,6 +67,7 @@ POST Example includes headers, post body and a tip <br>
6767When done making the changes on the document,
68681 . Save the document on your machine
69691 . Create a Git branch on this repo and name it using your initials + describe the changes ie. bn/add-xyz-samples
70+ 1 . Run ` npm run test ` to test your changes locally
70711 . Commit the changes to your branch
71721 . Create a PR (the PR is automatically updated with the relevant reviewers).
7273
@@ -114,15 +115,18 @@ Then in the new Git command line window, paste in this command to create and che
114115### 4. Update your sample query
115116Now you can add, update or delete your sample query in the ` sample-queries.json ` file that opened up in VS Code earlier.
116117
117- ### 5. Add, commit and push your changes back to the remote repo with the following commands
118+ ### 5. Test your changes locally
119+ Run ` npm run test ` to test your changes locally before committing.
120+
121+ ### 6. Add, commit and push your changes back to the remote repo with the following commands
118122- Add the changes to you local repo: ` git add sample-queries.json `
119123- Commit your changes: ` git commit -m "{add-reason-for-update}" `
120124- Push your changes to the remote repo: ` git push origin {your-branch-name} `
121125
122- ### 6 . Login to GitHub
126+ ### 7 . Login to GitHub
123127Follow the instructions to login to GitHub using your credentials.
124128
125- ### 7 . If you get error 403
129+ ### 8 . If you get error 403
126130Follow the instructions specified, then run this command again:<br />
127131` git push origin {your-branch-name} `
128132
0 commit comments