- Fork on github
- Check out the cloned codebase somewhere.
- Optionally, add the upstream source to be able to pull from:
git remote add upstream https://github.com/godror/godror.git
- Modify as you wish
- Ensure that tests still pass, and add tests about your new code!
- Commit with a nice describing message.
- Push it to your repo.
- Create a PR.