[tooling] Remove extra comma in contribution message#241
[tooling] Remove extra comma in contribution message#241jovnc merged 1 commit intogit-mastery:mainfrom
Conversation
|
Hi @jovnc, thank you for your contribution! 🎉 This PR comes from your fork Before you request for a review, please ensure that you have tested your changes locally! Important The previously recommended way of using Please read the following instructions for the latest instructions. PrerequisitesEnsure that you have the Testing stepsIf you already have a local Git-Mastery root to test, you can skip the following step. Create a Git-Mastery root locally: gitmastery setupNavigate into the Git-Mastery root (defaults to cd gitmastery-exercises/Edit the {
# other fields...
"exercises_source": {
"username": "jovnc",
"repository": "exercises",
"branch": "fix/contribution-message",
}
}Then, you can use the gitmastery download <your new change>
gitmastery verifyChecklist
Important To any reviewers of this pull request, please use the same instructions above to test the changes. |
SAN-MUYUN
left a comment
There was a problem hiding this comment.
Thanks for spotting this issue, LGTM!
Currently, there is an extra comma in the
exercise-sourcesJSON, which causes an error in JSON parsing if we copy it over.Fixed the bug to improve developer experience, so that they can copy it directly without any errrors.