After you've created a branch on your fork with your changes, it's time to make a pull request!
:) Time to submit a pull request after that.
- Fork the repository and clone it locally.
Connect your local repository to the original
upstream
repository by adding it as a remote. Pull in changes fromupstream
often so that you stay up to date and so when you submit your pull request, merge conflicts will be less likely. See more detailed instructions here. - Create a branch.
- Please make sure you squash all commits together before opening a pull request. If your pull request requires changes upon review, please be sure to squash all additional commits as well. This wiki page outlines the squash process.
Thanks for being a part of this project, and I look forward to hearing from you soon!