update README.md
README.md: Fix docstring typo
avoid -->avoiding
Closes https://github.com/coala/coAST/issues/99
Hi @shashank-b Thank you for your suggestions. It is my first time to contribute in an open source project. I will go through commit guidelines and newcomer's guide and modify it afterward. Thanks!
Hi @shashank-b I have read both commit guidelines and newcomer's guide and modified my commit message as you suggested. But I am not sure how to squash my commits. Can I just fork this project to my Github once again? Thanks, it's my first time to make a PR. I really appreciate your help.
Hey! @KVGarg Thank you for your help. I have tried to squash my commits into one. So I reset back the branch and commit once again. It seems commits are squashed into one commit. Is it acceptable for this PR? So sorry I made this PR a little bit complicated. THX!
Yeah @Marco2018
For further any changes to existing commit you can use git commit —amend to avoid creating more than one commit for a PR/issue
@KVGarg Thanks!
Won't be able to rebase as the PR was created from master. @Marco2018 please rebase if you can.