If you are considering a pull request, you may want to open an issue first to discuss with the maintainer(s).
git clone https://github.com/<yourgithubusername>/{repo}.git
{repo}
at {owner}/{repo}
) by doing git remote add upstream https://github.com/{owner}/{repo}.git
. Before making changes make sure to pull changes in from upstream by doing either git fetch upstream
then merge later or git pull upstream
to fetch and merge in one step{owner}/{repo}
Check out our discussion forum if you think your issue requires a longer form discussion.