diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d6fe9c951..4344bd9d3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,4 +42,9 @@ Write integrations tests and unit tests check for all lint errors, if there are any fix it run tests for all the components if the component you modify is used in another component make sure you update the tests for that component as well -Raise a PR to the Crayons Repository \ No newline at end of file +Raise a PR to the Crayons Repository + +#### commiting changes to github +Cryons repo uses github pre commit hooks, follow the below steps to commit our changes to github +1. make your changes to the file, add the untracked files to staging area. +2. run git commit \ No newline at end of file