Skip to content

Commit d4106d4

Browse files
committed
Adding more granular error reporting notes
1 parent 8481e87 commit d4106d4

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

README.org

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,26 @@
2424
- To launch with ~node~ instead of ~nodemon~ simply prepend ~EXEC_MODE=node~
2525
to the ~docker-compose~ invocation
2626
6. The next steps will depend on the example in question
27-
1. Please refer to a tutorial's ~README.org~ (or video)
27+
1. Please refer to a tutorial's ~README.md~ (or video)
2828
2. For many examples, changes in your local environment will be automatically
2929
mapped into the docker container created via ~docker-compose~
3030
1. For example, if you make changes within a tutorial's directory locally,
3131
the container will automatically be restarted with those changes
3232
* Errors
33-
** The error is related to a tutorial's code/configs
34-
1. Find the tutorial within the root directory of this repo
35-
2. Submit a PR with the fix
36-
1. Make a comment above your fix with a brief description of the change
37-
2. Prepend ~FIXED-ERROR~ to this comment
38-
3. Please do a global search of the repo to see other areas that might have this error
39-
4033
** The error is NOT related to a tutorial's code/configs
41-
1. Find the tutorial within the root directory of this repo
42-
2. Within the repo's ~readme.md~, find the slide in question
34+
1. Find the tutorial's directory within this repo
35+
2. Review ~readme.md~ and find the slide with the error
4336
3. Add a ~FIXED-ERROR~ bullet under the problematic text
4437
- As a sub-bullet of ~FIXED-ERROR~, explain the correction
38+
4. Within the tutorial's ~readme.md~, update the ~Error Log~ section
39+
** The error is related to a tutorial's code/configs
40+
1. Find the tutorial's directory within this repo
41+
2. Find the erroneous file
42+
3. Submit a PR with the fix
43+
1. Make a comment above your fix with a brief description of the change
44+
2. Prepend ~FIXED-ERROR~ to this comment
45+
4. Within the tutorial's ~readme.md~, update the ~Error Log~ section
46+
5. Do a global search to find other areas that might have this error
4547
* Additional Help
4648
+ Feel free to open an issue
4749
* TOS

0 commit comments

Comments
 (0)