1、fork
2、需要将远程仓库clone到本地
3、建立连接
用git remote -v命令,可以看到此时只与自己的远程仓库建立了
git remote add upstream https://github.com/....
4、创建分支
5、修改代码
6、提交
7、提交PR