Closed TomerPacific closed 6 years ago
@TomerPacific in your PR description, when you put a ‘x’ in [] there should be no spaces otherwise it won’t be recognised as a checkbox.
Also before you commit your changes, execute the command npm run commit
as FCC follows a certain commit message structure and Travis CI follows it otherwise the build will fail.
@Nirajn2311 , thank you for your feedback.
Do I just close the pull request now?
@TomerPacific you have to wait until one of FCC top contributors checks this PR and merges it. Then the PR will automatically close and you will have to close the issue back in FCC repo. As I am not one yet so I can’t merge your PR but I can review it.
@TomerPacific, unfortunately it seems like the Travis CI build is failing. It's an easy fix, though, since it's just a problem with your commit message.
Please take a look at the Commit Your Changes section of the Contributor's Guide. There are some instructions about conventional commit messages and how to edit your message there.
Basically you want to change the current message from Fixing typo in algorithms and data structures lesson having to do with combining arrays with the spread operator. Deleted the multiple more word
to something like fix(challenges): fixed typo in algorithms and ds
by running git commit --amend
on your feature/fixing-typo-spread-operator
branch. Then you should be good to go after a force push back to your remote branch.
Hey @scissorsneedfoodtoo , I have done as you have requested. Hopefully, the Travis CI build will pass and everything will be good to go.
@TomerPacific congrats on your first PR.
:sparkles: :sparkles: :sparkles: Awesome! Congratulations on your first contribution to freeCodeCamp! :sparkles: :sparkles: :sparkles:
Thank you for submitting a PR for this issue, @TomerPacific. We're all really looking forward to your next contribution!
Description
Fixing typo in algorithms and data structures lesson having to do with combining arrays with the spread operator. Deleted the multiple word 'more'.
Pre-Submission Checklist
dev
branch.fix/
,feature/
, ortranslate/
(e.g.fix/challenge-tests
)npm test
.npm run commit
to generate a conventional commit message. Learn more here: https://conventionalcommits.org/#why-use-conventional-commitsChecklist:
Closes https://github.com/freeCodeCamp/freeCodeCamp/issues/18003