diff --git a/docs/open-source-community/developer/how-to-contribute.md b/docs/open-source-community/developer/how-to-contribute.md index 2582ad80596..14961f38538 100644 --- a/docs/open-source-community/developer/how-to-contribute.md +++ b/docs/open-source-community/developer/how-to-contribute.md @@ -33,7 +33,7 @@ Make changes. Follow the [Coding Style](./coding-style.md) Guide on best practic ```bash git add . -git commit -m "ISSUE-200: Meaningful commit message +git commit -m "ISSUE-200: Meaningful commit message" git push origin HEAD:refs/heads/issue-200 ```