Closed RyanPisuena closed 6 years ago
@RyanPisuena It looks like the Travis CI build is failing because your commit message is not in line with the conventional commit format. It should pass if you fix your commit message. You can follow these steps to change your message
@joshalling Thanks for the heads up!
@RyanPisuena I think you misunderstood. You will need to run git commit --amend on your branch to change the actual commit message. If you want me to walk you through it send me a message on gitter.
@joshalling Hi there! Ran git command through command prompt :)
Awesome! Now you just need to wait for an issue moderator to check and merge this and you will have your first PR accepted.
:sparkles: :sparkles: :sparkles: Awesome! Congratulations on your first contribution to freeCodeCamp! :sparkles: :sparkles: :sparkles:
Thank you for submitting a PR for this issue, @RyanPisuena. We're all really looking forward to your next contribution. Also, thank you @joshalling for your help QA'ing this.
Description
Basic grammar and spellng changes. Comunicate -> communicate
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 #XXXXX