Closed 0xNeshi closed 5 months ago
@misicnenad I'll like to work on this
@raizo07 just create a draft PR and link this issue, I'll review
@raizo07 just create a draft PR and link this issue, I'll review
Alright, I will.
@misicnenad Here's a link to the draft PR kindly review https://github.com/NethermindEth/StarknetByExample/pull/216
Thanks @raizo07, left a comment for you in the PR
Thanks @raizo07, left a comment for you in the PR
Alright I'll check it out.
Completed in #216
TL;DR
Folder names for chapters should use actual names related to their subject's, like:
getting-started
,components
,applications
andadvanced-concepts
.Folders in question are in /src: https://github.com/NethermindEth/StarknetByExample/tree/main/src
Context
Three out of four chapters use
chXX
format for their folder names and then there is one src/components folder:To make matters a bit more confusing, the correct order of the chapters is:
ch00 > components > ch01 > ch02
.The folder names should be updated in the following way:
ch00
->getting-started
ch01
->applications
ch02
->advanced-concepts