docs: document create-new-project script for labs, quizzes, and reviews#1220
docs: document create-new-project script for labs, quizzes, and reviews#1220chinar-amrutkar wants to merge 3 commits intofreeCodeCamp:mainfrom
Conversation
|
you are also expected to read the docs can you point out at least one way in which your PR is not following the contribution guidelines? |
I have now updated the PR title according to the guidelines. Thank you for your feedback. |
|
make also sure to remove the extraneous changes from the PR |
63889d9 to
eb111e5
Compare
|
Done |
Closes freeCodeCamp#1202 - Improves clarity for new contributors by using hyphen instead of slash in branch name placeholder.
8fbc0f5 to
c7e84ac
Compare
c7e84ac to
150fade
Compare
|
@raisedadead fixed the merge conflict now. |
|
|
||
| ### Create a New Project | ||
|
|
||
| Run `pnpm run create-new-project`. This opens up a command line UI that guides you through the process. Once that has finished, there should be a new challenge in the English curriculum that you can use for the first step of the project. For example, if you created a project called `test-project` in the Responsive Web Design certification, it would be in `curriculum/challenges/english/blocks/test-project`. |
There was a problem hiding this comment.
| Run `pnpm run create-new-project`. This opens up a command line UI that guides you through the process. Once that has finished, there should be a new challenge in the English curriculum that you can use for the first step of the project. For example, if you created a project called `test-project` in the Responsive Web Design certification, it would be in `curriculum/challenges/english/blocks/test-project`. | |
| Run `pnpm run create-new-project`. This opens up a command line UI that guides you through the process. Once that has finished, there should be a new challenge in the curriculum that you can use for the first step of the project. For example, if you created a project called `test-project` in the Responsive Web Design certification, it would be in `curriculum/challenges/english/blocks/test-project`. |
There was a problem hiding this comment.
Let's remove this since I have a PR open for updating the coding challenges page.
So I can add this section to my PR and this PR can just focus on updating the labs, quizzes, and review pages.
majestic-owl448
left a comment
There was a problem hiding this comment.
Please document the questions asked by the script and what each one refers to/how to choose the correct answer
Checklist:
Update index.md)Closes #1181
The create-new-project script is used for labs, quizzes, and reviews, not just workshops. Added documentation to 4 files.