I'm newbie to open source contribution, so it one of my first tries.
I developed a library (gem) called validates
: https://github.com/kaize/validates/
I made 2 branches through git checkout -b branch_name
:
https://github.com/kaize/validates/pull/20 & https://github.com/kaize/validates/pull/19, and make commits for them, but, you can see that ip-validator pull request have a commit Blank validator
399cdd7
.
What I need to do to remove it from this pull request (and still place in blank validator branch)?
Please help me with make world better, guys!