Docs: How to contribute to OpenMetadata

This commit is contained in:
Suresh Srinivas 2021-08-18 10:56:46 -07:00
parent 885d09e2fc
commit 04c7c939fd

View File

@ -33,7 +33,7 @@ Make changes. Follow the [Coding Style](./coding-style.md) Guide on best practic
```bash ```bash
git add . 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 git push origin HEAD:refs/heads/issue-200
``` ```